mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Don't leave positional parameters being set
This commit is contained in:
@@ -23,6 +23,9 @@ for i; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Don't leave positional parameters being set
|
||||||
|
set --
|
||||||
|
|
||||||
#
|
#
|
||||||
# Load functions
|
# Load functions
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user