Browse Source

add color eval

Josh Bicking 8 years ago
parent
commit
737bf2a863
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bashrc

+ 2 - 0
bashrc

@@ -11,6 +11,8 @@ alias la='ls -a --color=auto'
 alias lsa='ls -a --color=auto'
 alias lls='ls -lh --color=auto'
 alias ll='ls -lh --color=auto'
+# Custom ls colors
+eval $(dircolors ~/.dircolors)
 
 # grep the entirety of the history
 alias hg='history | grep'