zshrc: add PROMPT and RPROMPT

master
an 2019-05-15 01:11:52 -04:00
parent b12c1cae73
commit 2a0c0eb710
1 changed files with 3 additions and 0 deletions

3
zshrc
View File

@ -16,3 +16,6 @@ autoload -Uz compinit
compinit
alias rebuild=$HOME/src/scripts/rebuild.sh
PROMPT='%#'
RPROMPT='%2~'