1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[bash] bash_environment: export PAGER and PDSH config vars

This commit is contained in:
Hyacinthe Cartiaux 2014-08-07 19:38:13 +02:00
parent 822d2878d1
commit 0c6ecd37cc

View file

@ -89,9 +89,9 @@ export SVN_EDITOR=$EDITOR
# Default pager ('less' is so much better than 'more'...)
if test -n "$(command -v less)" ; then
PAGER="less -FirSwX"
export PAGER="less -FirSwX"
else
PAGER=more
export PAGER=more
fi
# ----------------------------------------------------------------------
@ -121,7 +121,7 @@ export TSOCKS_CONF_FILE=~/.dotfiles/tsocks/tsocks.conf
test -n "$INTERACTIVE" && export BC_ENV_ARGS=~/.dotfiles/bc/bcrc
# PDSH configuration
PDSH_SSH_ARGS_APPEND="-q -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o PreferredAuthentications=publickey"
export PDSH_SSH_ARGS_APPEND="-q -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o PreferredAuthentications=publickey"
# ----------------------------------------------------------------------
# GRID5000 specific