aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index d1f3315..63a89a1 100644
--- a/.zshrc
+++ b/.zshrc
@@ -123,7 +123,7 @@ function precmd() # {{{
HOSTNAME_COLOR="%F{5}"
case "$(ps -o comm= -p $PPID)" in
- sshd|*/sshd) HOSTNAME_COLOR="%F{6}" ;;
+ sshd|*/sshd|mosh*) HOSTNAME_COLOR="%F{6}" ;;
esac
# }}}
}