forgot zshrc

This commit is contained in:
Cynthia Foxwell 2022-08-12 12:37:03 -06:00
parent 6fb41b4ee7
commit e1e2e43fc1
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ fi
ssh_hostname="" ssh_hostname=""
get_is_in_ssh() { get_is_in_ssh() {
if [[ ! -z $SSH_TTY ]]; then if [[ ! -z $SSH_TTY ]]; then
ssh_hostname="%F{blue}[%m]%f " ssh_hostname=" %F{blue}[%m]%f"
fi fi
} }
precmd_functions+=(get_is_in_ssh) precmd_functions+=(get_is_in_ssh)