add ngrok command check in .zshrc
This commit is contained in:
parent
e57cbfcc1e
commit
5ee3345021
1 changed files with 5 additions and 0 deletions
|
|
@ -189,3 +189,8 @@ if [ $? -ne 0 ]; then
|
||||||
else
|
else
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
command -v ngrok > /dev/null 2>&1
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo -e "$WARNING ngrok is not installed"
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue