diff --git a/zshrc-stub b/zshrc-stub new file mode 100644 index 0000000..783b061 --- /dev/null +++ b/zshrc-stub @@ -0,0 +1,4 @@ +# vim: ft=zsh : + +PROMPT="%{$fg[cyan]%}%n%{$fg[white]%}@%{$fg[magenta]%}%m %{$fg[white]%}%~ \# " +RPROMPT="%{$fg_bold[black]%}%T%{$reset_color%}"