Last active
September 25, 2015 01:38
-
-
Save alexkuhl/dc468a384b903ded1d9b to your computer and use it in GitHub Desktop.
Linux dot files
This file contains 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 -CF' | |
alias ll='ls $LS_OPTIONS -Flha' | |
alias lldf='ls $LS_OPTIONS -Flha --group-directories-first' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment