Skip to content

Commit

Permalink
refactor(zsh): remove custom vicmd normal mode symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed May 8, 2024
1 parent 0e89e5c commit 70f5cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .config/zsh/config/prompt.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ if (! [[ -d "$ZDOTDIR/plugins/pure" ]]) {
fpath=($fpath "$ZDOTDIR/plugins/pure")

# Prompt settings.
typeset -g PURE_PROMPT_VICMD_SYMBOL=""
zstyle :prompt:pure:git:stash show yes

# Initialize the prompt system.
Expand Down

0 comments on commit 70f5cc6

Please sign in to comment.