Vi mode - yet another test.

This commit is contained in:
Bartek Stalewski 2021-04-08 10:54:30 +02:00
parent b8cd79b18a
commit 6448b1c45a
2 changed files with 4 additions and 1 deletions

View File

@ -35,6 +35,7 @@ export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
wd () {
. $ZDOTDIR/modules/wd/wd.sh
}
source ~/zsh-vi-mode/zsh-vi-mode.plugin.zsh
# theme
source $ZDOTDIR/p10k.zsh

View File

@ -26,7 +26,9 @@
dir
prompt_char
)
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=()
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
vi_mode
)
typeset -g POWERLEVEL9K_MODE=nerdfont-complete
typeset -g POWERLEVEL9K_ICON_PADDING=none