2
pure.zsh
2
pure.zsh
@@ -30,7 +30,7 @@
|
|||||||
zstyle ':vcs_info:git*' actionformats ' %b|%a'
|
zstyle ':vcs_info:git*' actionformats ' %b|%a'
|
||||||
|
|
||||||
# enable prompt substitution
|
# enable prompt substitution
|
||||||
setopt local_options prompt_subst
|
setopt PROMPT_SUBST
|
||||||
|
|
||||||
# only show username if not default
|
# only show username if not default
|
||||||
[ $USER != "$PURE_DEFAULT_USERNAME" ] && local username='%n@%m '
|
[ $USER != "$PURE_DEFAULT_USERNAME" ] && local username='%n@%m '
|
||||||
|
|||||||
Reference in New Issue
Block a user