Skip to content

Commit

Permalink
fix(gnzh): Don't show .local for local hostnames in theme
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed Oct 13, 2023
1 parent 2db53ff commit f7130bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/gnzh.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit f7130bb

Please sign in to comment.