From: Mark Wooding Date: Fri, 9 Jan 2009 15:18:55 +0000 (+0000) Subject: bash_profile: Persuade less to use global for finding tags. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/d03de69cc6c18d34e62b2627260f7fec60832549 bash_profile: Persuade less to use global for finding tags. It seems better this way. --- diff --git a/bash_profile b/bash_profile index f0ca782..a7c69f7 100644 --- a/bash_profile +++ b/bash_profile @@ -149,6 +149,7 @@ case "$LC_CTYPE" in *) LESSCHARSET=latin1 ;; esac export LESSCHARSET +__mdw_programp global && export LESSGLOBALTAGS=global export NCURSES_NO_UTF8_ACS=1 # export MAKEFLAGS="-j4" [ "$TMPDIR" ] || eval `tmpdir -b`