We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90035c6 commit 086f516Copy full SHA for 086f516
executable_dot_zshrc
@@ -26,7 +26,7 @@ mkdir -p "$ZSH_CACHE_DIR/completions"
26
zinit snippet OMZP::mise
27
zinit snippet OMZL::git.zsh
28
zinit snippet OMZP::git
29
-# zinit snippet OMZP::vi-mode
+zinit snippet OMZP::vi-mode
30
31
# Load completions
32
autoload -Uz compinit && compinit
@@ -87,7 +87,8 @@ export GOPATH=$HOME/go
87
export PATH="/Applications/IntelliJ IDEA.app/Contents/MacOS:$PATH"
88
89
# for vim-mode in terminal using ohmyzsh plugins
90
-export VI_MODE_SET_CURSOR=true
+MODE_INDICATOR="NORMAL->"
91
+PROMPT="$PROMPT\$(vi_mode_prompt_info)"
92
93
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
94
export PATH="$HOME/.rd/bin:$PATH"
0 commit comments