diff options
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 |