Download:
child 98:8a8e9ac6abc6
parent 96:26ebff3bf824
97:79307dbefc45
Anton Shestakov <engored@ya.ru>, Sat, 23 May 2015 22:06:46 +0800
.bashrc: dircolors, if present

1 файлов изменено, 4 вставок(+), 0 удалений(-) [+]
.bashrc file | annotate | diff | comparison | revisions
--- a/.bashrc Thu May 21 16:21:12 2015 +0800
+++ b/.bashrc Sat May 23 22:06:46 2015 +0800
@@ -24,6 +24,10 @@
[ -x /usr/bin/keychain ] && eval "$(keychain --eval --quiet)"
+if [ -x /usr/bin/dircolors ]; then
+ test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
+fi
+
[[ $COLORTERM == 'xfce4-terminal' ]] && export TERM=xterm-256color
if [ -f ~/.bash_aliases ]; then