mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-31 15:44:47 +01:00
fix globbing
This commit is contained in:
@@ -25,7 +25,11 @@ function _do_sudo() {
|
||||
shift
|
||||
break
|
||||
else
|
||||
args+=( $1 )
|
||||
if ((__do_sudo_glob)); then
|
||||
args+=( $~==1 )
|
||||
else
|
||||
args+=( $==1 )
|
||||
fi
|
||||
shift
|
||||
fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user