Skip to content

Commit 939411a

Browse files
committed
removed dirty checking portion of the prompt. as per jimeh#9
1 parent 75781b7 commit 939411a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ find_git_dirty() {
2020
fi
2121
}
2222

23-
PROMPT_COMMAND="find_git_branch; find_git_dirty; $PROMPT_COMMAND"
23+
PROMPT_COMMAND="find_git_branch; $PROMPT_COMMAND"
2424

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

0 commit comments

Comments
 (0)