1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

fix(gnzh): Don't show .local for local hostnames in theme

Fixes #10871
This commit is contained in:
Robby Russell
2023-10-13 15:38:13 -07:00
committed by GitHub
parent 2db53ff1da
commit f7130bb529

View File

@@ -21,7 +21,7 @@ fi
if [[ -n "$SSH_CLIENT" || -n "$SSH2_CLIENT" ]]; then
PR_HOST='%F{red}%M%f' # SSH
else
PR_HOST='%F{green}%M%f' # no SSH
PR_HOST='%F{green}%m%f' # no SSH
fi