l'alias ussh doit être en mode opt-in
This commit is contained in:
parent
add0060245
commit
8b0e98df5c
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue