Skip to content

Instantly share code, notes, and snippets.

@StoneMoe
Created February 24, 2017 15:23
Show Gist options
  • Save StoneMoe/44b1ecf3d401efdb17bea257e0d84f30 to your computer and use it in GitHub Desktop.
Save StoneMoe/44b1ecf3d401efdb17bea257e0d84f30 to your computer and use it in GitHub Desktop.
my .bashrc
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