Skip to content

Commit

Permalink
Make git stash symbol configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Dec 1, 2019
1 parent 815fb41 commit 917ec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pure.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ prompt_pure_preprompt_render() {
fi
# Git stash symbol.
if [[ -n $prompt_pure_vcs_info[stash] ]]; then
preprompt_parts+=('%F{cyan}%f')
preprompt_parts+=('%F{cyan}${PURE_GIT_STASH_SYMBOL:-≡}%f')
fi

# Username and machine, if applicable.
Expand Down

0 comments on commit 917ec33

Please sign in to comment.