This commit is contained in:
Cynthia Foxwell 2022-08-12 14:56:30 -06:00
parent e1e2e43fc1
commit 7f5533d7b2
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,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)