Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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

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

share|improve this question

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'

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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