1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-22 05:12:10 +08: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
#