I get a 'ls: alisas: no such file or directory' error message.
I just want the alians 'la' to run 'ls -la'.
Your mac is probably using bash as shell, so you need to type alias la='ls -la' instead of alias la 'ls -la'
alias la='ls -la'
alias la 'ls -la'
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
2 years ago
viewed
239 times
active