diff options
author | Starfall <us@starfall.systems> | 2020-08-14 23:23:19 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-08-14 23:23:36 -0500 |
commit | 77aedfae800575f1f2d928fb62abaa7c72b8211c (patch) | |
tree | b1be3ddb16b96bbfed5cc6f80e7da227e546d024 /.config | |
parent | 81b17322428cc3dbf6e77437cb206cf567e0adb0 (diff) |
zsh: remove rprompt
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/.zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
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 |