alias ssh pour ussh
This commit is contained in:
parent
179452b48e
commit
6c9b73f542
|
@ -80,6 +80,10 @@ function nutools() {
|
|||
}
|
||||
function utools() { nutools "$@"; }
|
||||
|
||||
if [ -z "$UTOOLS_NO_USSH_ALIAS" ]; then
|
||||
function ssh() { "@@dest@@/ussh" "$@"; }
|
||||
fi
|
||||
|
||||
# Configuration
|
||||
__uaddpath "@@dest@@" PATH
|
||||
__uaddpath "@@dest@@" UINCPATH
|
||||
|
|
|
@ -26,3 +26,6 @@
|
|||
|
||||
# Configurer le prompt pour bash
|
||||
#export UTOOLS_BASH_PROMPT=1
|
||||
|
||||
# Ne pas faire un alias ssh pour ussh
|
||||
#export UTOOLS_NO_USSH_ALIAS=1
|
||||
|
|
Loading…
Reference in New Issue