Created
February 24, 2017 15:23
-
-
Save StoneMoe/44b1ecf3d401efdb17bea257e0d84f30 to your computer and use it in GitHub Desktop.
my .bashrc
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
export LS_OPTIONS='--color=auto' | |
eval "`dircolors`" | |
alias ls='ls $LS_OPTIONS' | |
alias ll='ls $LS_OPTIONS -l' | |
alias l='ls $LS_OPTIONS -lA' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment