mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 19:48:00 +00:00
parent
d035e4cf1e
commit
e606b09c9e
@ -12,7 +12,7 @@ function is-autoloadable {
|
|||||||
|
|
||||||
# Checks if a name is a command, function, or alias.
|
# Checks if a name is a command, function, or alias.
|
||||||
function is-callable {
|
function is-callable {
|
||||||
(( $+commands[$1] )) || (( $+functions[$1] )) || (( $+aliases[$1] ))
|
(( $+commands[$1] || $+functions[$1] || $+aliases[$1] || $+builtins[$1] ))
|
||||||
}
|
}
|
||||||
|
|
||||||
# Checks a boolean variable for "true".
|
# Checks a boolean variable for "true".
|
||||||
|
Loading…
Reference in New Issue
Block a user