Fix defaut IFS for Ubuntu 11.x

This commit is contained in:
Nathan Broadbent
2012-03-08 17:35:03 +08:00
parent b90a8b9c8b
commit aca96a5e8c
5 changed files with 13 additions and 13 deletions

View File

@@ -114,7 +114,7 @@ git_status_shortcuts() {
# so just use plain 'git status'
git status
fi
unset IFS
IFS=$' \t\n'
zsh_reset # Reset zsh environment to default
}
# Template function for 'git_status_shortcuts'.