From 8ecabd0e6ea897d4225ecafd365213f0add5a7b5 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 21 Feb 2016 13:50:30 -0500 Subject: [PATCH] Fix tsh -X to go before --- shells/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zshrc b/shells/zshrc index 897df7f..d626d70 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -242,7 +242,7 @@ initify(){ fi } tsh(){ - ssh $* -X + ssh -X $* if which ponysay >/dev/null; then ponysay "Connection closed!" else