fix: Remove RPROMPT

This commit is contained in:
Ahmad Ansori Palembani 2023-07-24 08:37:45 +07:00
parent 62df30426c
commit c35a397fab
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -52,6 +52,7 @@ _fix_cursor() {
}
precmd () {
RPROMPT="" # for some reason path added to RPROMPT in macOS, I have no idea where it's coming from
vcs_info
_fix_cursor
}