diff --git a/zsh/.zshrc b/zsh/.zshrc index b7f5205..ead4538 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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