I created an alias so that when I type la it does ls -la.
When I fire up terminal on my Mac, I get:
-bash: alias: la: not found
-bash: alias: =ls -la: not found
Why would this be?
My .bash_profile looks like:
alias la ='ls -la'
|
feedback
|
|
I think it needs to be:
| |||||
|
feedback
|