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"; }