I get a 'ls: alisas: no such file or directory' error message.

I just want the alians 'la' to run 'ls -la'.

link|improve this question

48% accept rate
feedback

1 Answer

up vote 4 down vote accepted

Your mac is probably using bash as shell, so you need to type alias la='ls -la' instead of alias la 'ls -la'

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.