From e1e2e43fc179a36d43f484131441b35802680f4b Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 12 Aug 2022 12:37:03 -0600 Subject: [PATCH] forgot zshrc --- common/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.zshrc b/common/.zshrc index 54d310b..437934f 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)