Skip to content

Instantly share code, notes, and snippets.

@WagnerMatos
Created March 22, 2015 09:23
Show Gist options
  • Save WagnerMatos/2c898a7a4376f090a8c6 to your computer and use it in GitHub Desktop.
Save WagnerMatos/2c898a7a4376f090a8c6 to your computer and use it in GitHub Desktop.
How to make an alias from ll on bash
#Add the following in ~/.bash_profile
#MacOS:
alias ll='ls -lG'
#Linux:
alias ll='ls -l --color=auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment