From 5fbd476230066bb1ea86c6a3d54a3788c776ca63 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Mon, 2 Nov 2020 16:22:48 -0600 Subject: [PATCH] fixed zsh prompt --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index c16723a..5fb7d94 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -68,7 +68,7 @@ RPROMPT= #on the top line, show a whole bunch of info. botton line should be as minimal as possilbe (just a single char to input next to...) -PROMPT='%F{cyan}[%m@%n]%f%F{red}├────┤%f${vcs_info_msg_0_} +PROMPT='%F{cyan}[%n@%m]%f%F{red}├────┤%f${vcs_info_msg_0_} »' #show dots while waiting for tab-completion