X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.profile;fp=.profile;h=564c40fb73eb26157692264ac75ce4d5c4602cdf;hp=a3981654b8335650b053d99b6a95d4c84c921f73;hb=84e68b1fc87491881b3262b05347cdd871b1a119;hpb=f7160aa41c6421a68cda1c78b67d2de944705922 diff --git a/.profile b/.profile index a398165..564c40f 100644 --- a/.profile +++ b/.profile @@ -75,6 +75,10 @@ if [ -t 0 ] ; then ;; esac + if [ -x /usr/bin/dircolors ]; then + test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" + fi + PAGER=less LESS="gimq" case "$LC_CTYPE" in