You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
AFAIK aliases only work in shell command line. Unlike environment variables, they are not passed to subprocesses like vim. So vim fail to acquire the path.
The two commands below both work on my machine. Have a try!
letg:mkdp_path_to_chrome="open -a Google\\ Chrome"
I created an alias in my zshrc:
alias google-chrome="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
but it doesn't work.
The text was updated successfully, but these errors were encountered: