From 4a3b814a9d4d391cdd946624076fdaed0b7e79bc Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Sat, 30 May 2015 03:38:35 +0200 Subject: [PATCH] zshrc.local.template --- zshrc.local.template | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 zshrc.local.template diff --git a/zshrc.local.template b/zshrc.local.template new file mode 100644 index 0000000..9b32b4b --- /dev/null +++ b/zshrc.local.template @@ -0,0 +1,10 @@ +### Different prompt +#PROMPT="%{$fg[blue]%}> %{$reset_color%}" +#RPROMPT="%{$fg[blue]%}%~%{$reset_color%}" + +### Auto tmux :) +#if [ -z "$TMUX" ]; then +# if which tmux >/dev/null 2>&1; then +# tmux -q has-session && exec tmux attach-session -d || exec tmux new-session +# fi +#fi