X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;fp=.bashrc;h=321bc2eb4e51640b7c8a5f5b50daca6614e474d6;hp=faa50c59e7b12159a9c6ebeeb3367bc0952c59d7;hb=68dac3c83503b139c25ac16cd4c559012164b13f;hpb=6be7803d9a82fd6bbadf7df6de0ae5472038ed88 diff --git a/.bashrc b/.bashrc index faa50c5..321bc2e 100644 --- a/.bashrc +++ b/.bashrc @@ -159,7 +159,7 @@ export IGNOREEOF=10 # '2>/dev/null' to prevent: TMOUT: readonly variable [ -n "$SSH_TTY" ] && export TMOUT=900 2>/dev/null export EDITOR='vim' -[ -x /bin/less ] && export PAGER='/bin/less -MMh5cis' +[ -x /bin/less ] && export PAGER='/bin/less -rMMh5cis' export PERL_LOCAL_LIB_ROOT="$HOME/perl5"; export PERL_MB_OPT="--install_base $HOME/perl5"; @@ -379,6 +379,7 @@ function gpg {(unset gpg; http_proxy= all_proxy= HTTP_PROXY= ALL_PROXY= gpg "$@" ulimit -S -c 0 set +H shopt -s mailwarn +shopt -s direxpand unset OPTIND umask 022