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 Feb 11, 2019
1 parent 506a0b7 commit 82a67ee
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 @@ -136,7 +136,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 82a67ee

Please sign in to comment.