diff --git a/common/.zshrc b/common/.zshrc index 437934f..54d310b 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -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)