diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-10-30 13:26:52 +0100 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-10-30 13:26:52 +0100 |
commit | 7c81cd61699858d99cb095fb9246059c25b54520 (patch) | |
tree | f8d471c4f7e32a79fc3e855523aa3eadf7bebb7d /zsh | |
parent | b24156c1e59ab014c6589f69ad853a43a208c686 (diff) |
zsh: fix
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |