From 9f677be1b487aea6e8246909e13d7b0678d92c2e Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Sun, 19 Apr 2020 12:02:41 -0700 Subject: [PATCH] initial zshrc stub --- zshrc-stub | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 zshrc-stub 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%}"