Fix tsh -X to go before
This commit is contained in:
parent
33632f3d91
commit
8ecabd0e6e
@ -242,7 +242,7 @@ initify(){
|
||||
fi
|
||||
}
|
||||
tsh(){
|
||||
ssh $* -X
|
||||
ssh -X $*
|
||||
if which ponysay >/dev/null; then
|
||||
ponysay "Connection closed!"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user