Feat: add user in prompt

This commit is contained in:
Bertrand Benjamin 2022-03-03 06:23:06 +01:00
parent 242a7a02e6
commit 143b791d6b
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ _comp_options+=(globdots) # Include hidden files.
autoload -U promptinit; promptinit
prompt pure
export PURE_PROMPT_SYMBOL='%f%n%f%F{magenta}'
# Cursor for vimode
# ZLE hooks for prompt's vi mode status
function zle-line-init zle-keymap-select {