Changed dircolors to solarized

This commit is contained in:
2014-09-06 18:38:39 +02:00
parent 0da0a45c7c
commit a7e23306c1
2 changed files with 295 additions and 0 deletions

View File

@@ -180,3 +180,10 @@ build_prompt() {
PROMPT='%{%f%b%k%}$(build_prompt)
 '
# ls colors, made with http://geoff.greer.fm/lscolors/
# export LSCOLORS="exfxcxdxbxegedabagacad"
# export LS_COLORS='di=34;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:'
# export GREP_COLOR='1;33'
eval `dircolors ~/.dotfiles/dircolors.256dark`