From 7f5533d7b29a2f483b7d4ac086f380c82fe8a028 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 12 Aug 2022 14:56:30 -0600 Subject: [PATCH] revert --- common/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)