remove unrequired return statement

This commit is contained in:
Kartik Vashistha 2025-03-23 12:47:34 +00:00
parent a20e5f6d33
commit f4d8ef41e7

View File

@ -10,5 +10,4 @@ if (( $+commands[asdf] )); then
autoload -Uz _asdf
compdef _asdf asdf
return
fi