Skip to content

Commit

Permalink
removed dirty checking portion of the prompt. as per jimeh#9
Browse files Browse the repository at this point in the history
  • Loading branch information
garyj committed Nov 21, 2017
1 parent 75781b7 commit 939411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ find_git_dirty() {
fi
}

PROMPT_COMMAND="find_git_branch; find_git_dirty; $PROMPT_COMMAND"
PROMPT_COMMAND="find_git_branch; $PROMPT_COMMAND"

# Default Git enabled prompt with dirty state
# export PS1="\u@\h \w \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ "
Expand Down

0 comments on commit 939411a

Please sign in to comment.