mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-19 11:02:20 +02:00
Don't leave positional parameters being set
This commit is contained in:
@@ -23,6 +23,9 @@ for i; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Don't leave positional parameters being set
|
||||
set --
|
||||
|
||||
#
|
||||
# Load functions
|
||||
#
|
||||
|
Reference in New Issue
Block a user