make that $IFS local instead of breaking the whole command line functionality with it
This commit is contained in:
parent
0327911d4d
commit
1bd1a0711e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ git_prompt()
|
|||
untracked_count=0
|
||||
unmerged_count=0
|
||||
|
||||
IFS=
|
||||
local IFS=
|
||||
|
||||
while read line; do
|
||||
if [[ "${line:0:2}" == '##' ]]; then
|
||||
|
|
Loading…
Reference in a new issue