From 77aedfae800575f1f2d928fb62abaa7c72b8211c Mon Sep 17 00:00:00 2001 From: Starfall Date: Fri, 14 Aug 2020 23:23:19 -0500 Subject: zsh: remove rprompt --- .config/zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index aa9b241..0e6c7a6 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -109,7 +109,6 @@ fi last_status="%(?.%F{green}%#.%F{red}%?)%f" location="%F{blue}%3~%f" PROMPT="[$user:$location] $last_status " -RPROMPT="%!" unset user unset last_status unset location -- cgit