From 1bd1a0711e64dbe28cb418806d51329c992e5309 Mon Sep 17 00:00:00 2001 From: Von Random Date: Tue, 7 Mar 2017 15:42:42 +0300 Subject: [PATCH] make that $IFS local instead of breaking the whole command line functionality with it --- bashplugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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