We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a5610 commit ee32ca2Copy full SHA for ee32ca2
.zshrc
@@ -20,7 +20,9 @@ autoload -Uz _zplugin
20
# ZPlugin {{{
21
22
# Prompt
23
-zplugin light subnixr/minimal
+# zplugin light subnixr/minimal
24
+zplugin ice pick"async.zsh" src"pure.zsh"
25
+zplugin light sindresorhus/pure
26
27
zplugin ice wait"1" lucid atload"_zsh_autosuggest_start"
28
zplugin light zsh-users/zsh-autosuggestions
@@ -44,8 +46,14 @@ do
44
46
done
45
47
48
# Prompt Customization
-MNML_RPROMPT=(mnml_err mnml_git 'mnml_cwd 5 8')
-MNML_INFOLN=(mnml_err mnml_jobs mnml_uhp)
49
+# MNML_RPROMPT=(mnml_err mnml_git 'mnml_cwd 5 8')
50
+# Remove space after right prompt
51
+# ZLE_RPROMPT_INDENT=-1
52
+
53
+PURE_PROMPT_SYMBOL='λ'
54
+PURE_PROMPT_VICMD_SYMBOL='·'
55
+PURE_GIT_DOWN_ARROW='↓'
56
+PURE_GIT_UP_ARROW='↑'
57
58
# Lazy load NVM
59
export NVM_LAZY_LOAD=true
0 commit comments