zshrc: add extra space on ssh hostname

This commit is contained in:
Cynthia Foxwell 2022-04-17 19:47:32 -06:00
parent 372e05a172
commit d4a06ae272
1 changed files with 1 additions and 1 deletions

View File

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