1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Don't leave positional parameters being set

This commit is contained in:
Sebastian Gniazdowski
2016-04-20 07:33:10 +02:00
parent 77f93f61c5
commit 19769fded2

View File

@@ -23,6 +23,9 @@ for i; do
fi
done
# Don't leave positional parameters being set
set --
#
# Load functions
#