* updated zshrc
This commit is contained in:
parent
bb3c6afb7f
commit
2225a11289
1 changed files with 6 additions and 3 deletions
9
zshrc
9
zshrc
|
@ -23,6 +23,7 @@ setopt no_hup no_clobber print_exit_value
|
|||
setopt extendedglob glob_dots
|
||||
setopt correct
|
||||
setopt completealiases
|
||||
setopt prompt_subst
|
||||
|
||||
case $TERM in
|
||||
rxvt|*term)
|
||||
|
@ -32,10 +33,12 @@ case $TERM in
|
|||
esac
|
||||
|
||||
autoload -U colors && colors
|
||||
PS1="%{%B$fg[blue]%}%n%{$reset_color%B%}@%{%b$fg[magenta]%}%1~ %{$reset_color%}%# "
|
||||
### PIERRE: # PS1="%{%B$fg[green]%}%n%{$reset_color%B%}@%{$fg[blue]%}%m %{%b$fg[magenta]%}%1~ %{$reset_color%}%# "
|
||||
#vincent: PS1="%{%B$fg[blue]%}%n%{$reset_color%B%}@%{%b$fg[magenta]%}%1~ %{$reset_color%}\$(vcprompt -f '%b:%r ')%# "
|
||||
|
||||
#PS1="%n@%1~ \$(vcprompt -f '%b:%r ') %# "
|
||||
PS1="%{$fg[green]%}%n%{$fg[cyan]%}@%{$fg[magenta]%}%1~ %{$fg[yellow]%}\$(vcprompt -f '%b:%r ')%{$fg[cyan]%}%# %{$reset_color%}"
|
||||
RPS1="%{$fg[cyan]%}%B[%M:%d]%b%{$reset_color%}"
|
||||
|
||||
#RPS1="%M:%d"
|
||||
|
||||
alias ls="ls -liFG"
|
||||
|
||||
|
|
Loading…
Reference in a new issue