I'm reading this: http://www.maclife.com/article/columns/terminal_101_creating_aliases_commands
I wrote in my bash profile: alias workspace = 'cd Documents/workspace'
however I get the following:
-bash: alias: workspace: not found
-bash: alias: =: not found
-bash: alias: cd Documents/workspace: not found
when I source the file. What's going on?
I searched on SO and found: .bash_profile aliases: command not found but I'm not using double quotes