From b24156c1e59ab014c6589f69ad853a43a208c686 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 30 Oct 2018 12:01:45 +0100 Subject: tmux --- zsh/.zshrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 7027fc7..7a20dc7 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -228,10 +228,12 @@ case `hostname` in *.uberspace.de) HOSTCOLOR_BG=green HOSTCOLOR_FG=black + alias tmux="tmux -f ~/.tmux.gcloud.conf" ;; *) HOSTCOLOR_BG=black HOSTCOLOR_FG=white + alias tmux="tmux -f ~/.tmux.default.conf" ;; esac @@ -243,11 +245,11 @@ if [[ $(on_gcloud) == "yes" ]]; then fi # aws -#if [[ $(on_aws) == "yes" ]]; then -# HOSTCOLOR_BG=yellow -# HOSTCOLOR_FG=black -# alias tmux="tmux -f ~/.tmux.aws.conf" -#fi +if [[ $(on_aws) == "yes" ]]; then + HOSTCOLOR_BG=yellow + HOSTCOLOR_FG=black + alias tmux="tmux -f ~/.tmux.aws.conf" +fi function chpwd { -- cgit v1.2.3