mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-04-09 20:08:14 +00:00
remove unrequired return statement
This commit is contained in:
parent
a20e5f6d33
commit
f4d8ef41e7
|
@ -10,5 +10,4 @@ if (( $+commands[asdf] )); then
|
|||
autoload -Uz _asdf
|
||||
compdef _asdf asdf
|
||||
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user