mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Don't leave positional parameters being set
This commit is contained in:
parent
7da8ef6750
commit
51861e6ed7
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