Rename sshmux function

This commit is contained in:
2018-02-08 21:45:35 +01:00
parent 192d26ff08
commit 6eec6db8cf

View File

@@ -148,7 +148,7 @@ resolvecd() {
cd "$(readlink -f $(pwd))" cd "$(readlink -f $(pwd))"
} }
sshmux () { ssht () {
ssh -t $@ "tmux a || tmux"; ssh -t $@ "tmux a || tmux";
} }