diff options
author | uvok cheetah | 2024-09-11 20:04:47 +0200 |
---|---|---|
committer | uvok cheetah | 2024-09-11 20:04:47 +0200 |
commit | ae9bf22d12ac8bb4565bcd8c9f82f20a52d035ce (patch) | |
tree | fc70a96b5b2a54a1d028258080de5f4d5e74bb05 /custom | |
parent | 8e22c52ac413690a98ff30472b283538d376aa57 (diff) |
Improve zshrc
Diffstat (limited to 'custom')
-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 |