diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ if [ -r /usr/share/terminfo/x/xterm-256color ]; then else export TERM='xterm-color' fi +eval $(dircolors ~/.dir_colors) # BELL if [ ! -z $DISPLAY ]; then |