From 2491e59e4d15d553e9737c47b6b1b11e5464bef7 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sun, 1 Nov 2020 16:57:26 +0100 Subject: [PATCH] Fixed a typo in ZSH prompt --- .config/zsh/lib/30-prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/lib/30-prompt.zsh b/.config/zsh/lib/30-prompt.zsh index 64d881a..7f28d00 100644 --- a/.config/zsh/lib/30-prompt.zsh +++ b/.config/zsh/lib/30-prompt.zsh @@ -14,4 +14,4 @@ p_path='%F{yellow}%~%f' p_pr='%(?.%F{white}.%F{red}) 〉%f' PS1="$p_user$p_at$p_host$p_ssh $p_path$p_pr" -wunset p_at p_user p_host p_path p_pr \ No newline at end of file +unset p_at p_user p_host p_path p_pr \ No newline at end of file