add ngrok command check in .zshrc

This commit is contained in:
jc 2024-05-22 10:37:33 -04:00
commit 5ee3345021
No known key found for this signature in database

View file

@ -189,3 +189,8 @@ if [ $? -ne 0 ]; then
else
alias lg="lazygit"
fi
command -v ngrok > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo -e "$WARNING ngrok is not installed"
fi