diff --git a/bashplugins b/bashplugins index 8bb3e67..d7cf648 100644 --- a/bashplugins +++ b/bashplugins @@ -35,7 +35,7 @@ git_prompt() untracked_count=0 unmerged_count=0 - IFS= + local IFS= while read line; do if [[ "${line:0:2}" == '##' ]]; then