From 6eec6db8cf031b0a458dfc5b29b837da70cc604a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 8 Feb 2018 21:45:35 +0100 Subject: [PATCH] Rename sshmux function --- zsh/zshrc.d/40_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc.d/40_functions.sh b/zsh/zshrc.d/40_functions.sh index 6d4a930..1879951 100644 --- a/zsh/zshrc.d/40_functions.sh +++ b/zsh/zshrc.d/40_functions.sh @@ -148,7 +148,7 @@ resolvecd() { cd "$(readlink -f $(pwd))" } -sshmux () { +ssht () { ssh -t $@ "tmux a || tmux"; }