commit f6908b53c45f2cbb0e15506beeb50af0a3f98e6c
parent 3463c95382df8a15c81c40c97019105455347cc6
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 27 Mar 2014 10:06:24 +0100
disable tmux by default
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc
@@ -41,7 +41,7 @@ function psgrep() { ps axuf | grep -v grep | grep "$@" -i --color=auto; }
function fname() { find . -iname "*$@*"; }
# Start tmux on shell login
-[[ -z "$TMUX" ]] && exec tmux
+#[[ -z "$TMUX" ]] && exec tmux
alias svim='sudoedit'
alias gs='git status'