Bläddra i källkod

add color eval

Josh Bicking 8 år sedan
förälder
incheckning
737bf2a863
1 ändrade filer med 2 tillägg och 0 borttagningar
  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'