alias ssh pour ussh

This commit is contained in:
Jephte CLAIN 2014-05-02 22:43:29 +04:00
parent 179452b48e
commit 6c9b73f542
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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