mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Don't leave positional parameters being set
This commit is contained in:
parent
77f93f61c5
commit
19769fded2
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ for i; do
|
|||
fi
|
||||
done
|
||||
|
||||
# Don't leave positional parameters being set
|
||||
set --
|
||||
|
||||
#
|
||||
# Load functions
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue