Skip to content

Instantly share code, notes, and snippets.

@pdxmph
Created February 11, 2013 00:57
Show Gist options
  • Save pdxmph/4751777 to your computer and use it in GitHub Desktop.
Save pdxmph/4751777 to your computer and use it in GitHub Desktop.
alias ls="/usr/local/bin/gls"
if [ "$TERM" != "dumb" ]; then
export LS_OPTIONS='--color=auto'
eval \`gdircolors ~/.dir_colors\`
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment