initial zshrc stub

This commit is contained in:
Nicole O'Connor 2020-04-19 12:02:41 -07:00
parent d68351cb87
commit 9f677be1b4
1 changed files with 4 additions and 0 deletions

4
zshrc-stub Normal file
View File

@ -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%}"