diff options
-rw-r--r-- | custom/overlay/root/.zshrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/custom/overlay/root/.zshrc b/custom/overlay/root/.zshrc index f72d530..109fd9e 100644 --- a/custom/overlay/root/.zshrc +++ b/custom/overlay/root/.zshrc @@ -3,5 +3,9 @@ bindkey "^[[H" beginning-of-line bindkey "^[[F" end-of-line bindkey "^[[3~" delete-char -PS1='%F{blue}%~ %(?.%F{green}.%F{red})%#%f ' +#PS1='%F{blue}%~ %(?.%F{green}.%F{red})%#%f ' +setopt interactivecomments +autoload -Uz promptinit +promptinit +prompt bart |