X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=5eab941ba26d926872315dae0c00efcc05c9c8f7;hb=405bf314d2685348d106b5f1c78e03b7e71a20bf;hp=a3981654b8335650b053d99b6a95d4c84c921f73;hpb=6d8fcbe56b488f473406ef26c0c7a3cc2a4f0ce1;p=dotfiles.git diff --git a/.profile b/.profile index a398165..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 ;;