فهرست منبع

add color eval

Josh Bicking 8 سال پیش
والد
کامیت
737bf2a863
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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'