From 7c81cd61699858d99cb095fb9246059c25b54520 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 30 Oct 2018 13:26:52 +0100 Subject: zsh: fix --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7a20dc7..3911f50 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -228,7 +228,7 @@ case `hostname` in *.uberspace.de) HOSTCOLOR_BG=green HOSTCOLOR_FG=black - alias tmux="tmux -f ~/.tmux.gcloud.conf" + alias tmux="tmux -f ~/.tmux.uberspace.conf" ;; *) HOSTCOLOR_BG=black -- cgit v1.2.3