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

Fixes #10871
master
Robby Russell 2 years ago committed by GitHub
parent 2db53ff1da
commit f7130bb529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      themes/gnzh.zsh-theme

@ -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

Loading…
Cancel
Save