X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=5eab941ba26d926872315dae0c00efcc05c9c8f7;hb=0846cd31338324903ef8862b47ebaaf3d268545e;hp=370bb752c217d8599034c45d6b63ff61b92f805f;hpb=f2763b86760c3b58c1665b0476730aa4db80d858;p=dotfiles.git diff --git a/.profile b/.profile index 370bb75..5eab941 100644 --- a/.profile +++ b/.profile @@ -75,8 +75,12 @@ 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" + LESS="FRXgimq" case "$LC_CTYPE" in *UTF-8) LESSCHARSET=utf-8 ;;