Solarized dircolors.

This commit is contained in:
David Tomaschik
2015-11-12 10:43:44 -08:00
parent 5c57186807
commit 129e7088f3
3 changed files with 300 additions and 0 deletions

View File

@@ -39,5 +39,8 @@ unset GPG_AGENT_INFO_PATH
export GPG_TTY=`tty`
# End GPG
# dircolors
eval `dircolors $HOME/.dircolors`
if [[ -e $HOME/.localenv ]] ; then source $HOME/.localenv ; fi
if [[ -e $HOME/.aliases ]] ; then source $HOME/.aliases ; fi