Vi mode - yet another test.
This commit is contained in:
parent
b8cd79b18a
commit
6448b1c45a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user