mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
Fix load of various plugins: fastfile, keychain, sfffe, stack
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
# REQUIRE: ack
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
if [ ! -x $(which ack) ]; then
|
||||
echo \'ack\' is not installed!
|
||||
exit -1
|
||||
if (( ! $+commands[ack] )); then
|
||||
echo "'ack' is not installed!"
|
||||
return
|
||||
fi
|
||||
|
||||
ajs() {
|
||||
|
Reference in New Issue
Block a user