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