summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/zsh/zshrc.darwin3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/zsh/zshrc.darwin b/user/zsh/zshrc.darwin
index 320b8267..58093e09 100644
--- a/user/zsh/zshrc.darwin
+++ b/user/zsh/zshrc.darwin
@@ -11,7 +11,7 @@ ssh() {
 		fi
 	done
 	if [[ ! -p /dev/fd/1 ]]; then
-		set_title "file://${server}/"
+		set_title "ssh $server"
 		command ssh "$@"
 		retval=$?
 		set_title
@@ -22,6 +22,7 @@ ssh() {
 	fi
 }
 mosh() {
+	set_title "mosh $@"
 	command mosh "$@"
 	retval=$?
 	set_title