I use parallels to run a windows machine and would love to make an alias in my .profile to make a shortcut to my project folder, but the following alias below dosn't seem to work.
alias trustpilot=/Volumes/C/Projects/stable
|
|
|
Aliases are for commands. |
|||
|
|
|
Assuming you want the alias to change directory to the wanted directory:
Now writing
will "cd" you to that directory. If you want a symbolic link (a file that points to the directory in question) you can do
This gives you a directory in your home that points to |
|||
|
|
|
You could try making an alias to it:
|
||||
|
|