Skip to content

Commit ee32ca2

Browse files
committed
Switch zsh prompt from minimal theme to pure theme
1 parent b2a5610 commit ee32ca2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.zshrc

+11-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ autoload -Uz _zplugin
2020
# ZPlugin {{{
2121

2222
# Prompt
23-
zplugin light subnixr/minimal
23+
# zplugin light subnixr/minimal
24+
zplugin ice pick"async.zsh" src"pure.zsh"
25+
zplugin light sindresorhus/pure
2426

2527
zplugin ice wait"1" lucid atload"_zsh_autosuggest_start"
2628
zplugin light zsh-users/zsh-autosuggestions
@@ -44,8 +46,14 @@ do
4446
done
4547

4648
# Prompt Customization
47-
MNML_RPROMPT=(mnml_err mnml_git 'mnml_cwd 5 8')
48-
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=''
4957

5058
# Lazy load NVM
5159
export NVM_LAZY_LOAD=true

0 commit comments

Comments
 (0)