From 1a3834480e6bab4f3e68e52f7a9c7e56ef96752a Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 4 Sep 2019 08:30:00 +0200 Subject: tmux: cleaner --- zsh/.zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 2a215df..99f2570 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -231,22 +231,22 @@ case `hostname -f` in *.uberspace.de) HOSTCOLOR_BG=green HOSTCOLOR_FG=black - alias tmux="tmux -f ~/.tmux.uberspace.conf" + alias tmux="tmux -f ~/.tmux/uberspace.conf" ;; *) HOSTCOLOR_BG=black HOSTCOLOR_FG=white - alias tmux="tmux -f ~/.tmux.default.conf" + alias tmux="tmux -f ~/.tmux/default.conf" # google cloud if [[ $(on_gcloud) == "yes" ]]; then HOSTCOLOR_BG=blue HOSTCOLOR_FG=white - alias tmux="tmux -f ~/.tmux.gcloud.conf" + alias tmux="tmux -f ~/.tmux/gcloud.conf" # aws elif [[ $(on_aws) == "yes" ]]; then HOSTCOLOR_BG=yellow HOSTCOLOR_FG=black - alias tmux="tmux -f ~/.tmux.aws.conf" + alias tmux="tmux -f ~/.tmux/aws.conf" fi ;; esac -- cgit v1.2.3