Formatting.

This commit is contained in:
LFDM 2014-01-05 17:43:04 +01:00
commit 2bf33aedc7

View file

@ -118,7 +118,6 @@ git_stash_status() {
has_stashed_commits && echo $ZSH_THEME_GIT_PROMPT_STASHED has_stashed_commits && echo $ZSH_THEME_GIT_PROMPT_STASHED
} }
# Get the status of the working tree # Get the status of the working tree
git_prompt_status() { git_prompt_status() {
local key local key
@ -176,6 +175,7 @@ check_git_show_status() {
GIT_HIDE='true' GIT_HIDE='true'
fi fi
} }
#this is unlikely to change so make it all statically assigned #this is unlikely to change so make it all statically assigned
check_git_show_status check_git_show_status
git_prompt_status_setup git_prompt_status_setup