prompt settings for zsh
This commit is contained in:
parent
72f6f3158d
commit
572b623db5
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -8,5 +8,9 @@ autoload -U compinit
|
|||
compinit
|
||||
setopt completealiases
|
||||
|
||||
autoload -U promptinit
|
||||
promptinit
|
||||
|
||||
prompt redhat
|
||||
|
||||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
||||
|
|
Loading…
Reference in a new issue