Skip to content

Instantly share code, notes, and snippets.

@alexkuhl
Last active September 25, 2015 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexkuhl/dc468a384b903ded1d9b to your computer and use it in GitHub Desktop.
Save alexkuhl/dc468a384b903ded1d9b to your computer and use it in GitHub Desktop.
Linux dot files
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