(navigate) removed error message, when navigate can't be found
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if ! $(which navigate &>/dev/null); then
|
||||
printf "\033[0;31mcould not find 'navigate' on path" >&2
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user