- open your
.zshrc
or.bashrc
file
I'm using
zsh
so the command isvim ~/.zsh
- add an alias for edge
alias edge="/Applications/Microsoft\ Edge.app/Contents/MacOS/Microsoft\ Edge"
- open a new session, or run
source ~/.zshrc
(`source ~/.bashrc if you are using bash) to make the alias work - type
edge
in the new session and press enter
More a MacOS way than UNIX.
ex:
edge https://gist.github.com/ibreathebsb/6ff1cb0df8d98aa14cb867324bef9812