(navigate) removed error message, when navigate can't be found

This commit is contained in:
2025-08-03 21:14:52 +02:00
parent 09afbcee12
commit 31f30d002b
-1
View File
@@ -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