diff options
| -rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # Enable automatic directory changing setopt autocd -PROMPT='%(?.%F{77}.%F{160})%#%f ' -RPROMPT='%F{8}%~%f' +PROMPT='%(?.%F{green}.%F{red})%#%f ' +RPROMPT='%F{white}%~%f' alias l='ls -lha' alias vim='nvim' |
