Josh Bicking 8 lat temu
rodzic
commit
737bf2a863
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      bashrc

+ 2 - 0
bashrc

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