1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00: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
#