Skip to content

Instantly share code, notes, and snippets.

@chris-piekarski
Created January 30, 2013 04:20
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 chris-piekarski/4670584 to your computer and use it in GitHub Desktop.
Save chris-piekarski/4670584 to your computer and use it in GitHub Desktop.
#set lots of bash shell ls colors
wget https://raw.github.com/trapd00r/LS_COLORS/master/LS_COLORS -O $HOME/.dircolors
echo 'eval $(dircolors -b $HOME/.dircolors)' >> $HOME/.bashrc
. $HOME/.bashrc
#To set if it was setup correctly
dircolors -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment