I keep getting this error:
bash: ~/.bash_profile: No such file or directory
Here is my bash_profile:
alias ngrok=/Users/mmahalw
Just go use ~./profile instead of ~./bash_profile
~./profile
~./bash_profile
This solved my problem, hope it solves yours too