l'alias ussh doit être en mode opt-in

This commit is contained in:
Jephte CLAIN 2014-06-11 05:46:07 +04:00
parent add0060245
commit 8b0e98df5c
2 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ function nutools() {
}
function utools() { nutools "$@"; }
if [ -z "$UTOOLS_NO_USSH_ALIAS" ]; then
if [ -n "$UTOOLS_USSH_ALIAS" ]; then
function ssh() { "@@dest@@/ussh" "$@"; }
fi

View File

@ -27,5 +27,5 @@
# Configurer le prompt pour bash
#export UTOOLS_BASH_PROMPT=1
# Ne pas faire un alias ssh pour ussh
#export UTOOLS_NO_USSH_ALIAS=1
# Faire un alias ssh pour ussh
#export UTOOLS_USSH_ALIAS=1