Fix tsh -X to go before

This commit is contained in:
Austen Adler 2016-02-21 13:50:30 -05:00
parent 33632f3d91
commit 8ecabd0e6e

View File

@ -242,7 +242,7 @@ initify(){
fi
}
tsh(){
ssh $* -X
ssh -X $*
if which ponysay >/dev/null; then
ponysay "Connection closed!"
else