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