Created
March 22, 2015 09:23
-
-
Save WagnerMatos/2c898a7a4376f090a8c6 to your computer and use it in GitHub Desktop.
How to make an alias from ll on bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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