mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 08:20:10 +00:00
protect set_default from user-defined options
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#
|
||||
# Options are the same as in `typeset`.
|
||||
function set_default() {
|
||||
emulate -L zsh
|
||||
local -a flags=(-g)
|
||||
while true; do
|
||||
case $1 in
|
||||
|
||||
Reference in New Issue
Block a user