diff --git a/user/shell/sh.nix b/user/shell/sh.nix index 9d78bf64..50dafa81 100644 --- a/user/shell/sh.nix +++ b/user/shell/sh.nix @@ -20,7 +20,7 @@ in initExtra = '' PROMPT=" ◉ %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f %F{green}→%f " - RPROMPT="%F{black}▉%f%F{red}▉%f%F{yellow}▉%f%F{green}▉%f%F{cyan}▉%f%F{blue}▉%f%F{magenta}▉%f%F{white}▉%f" + RPROMPT="%F{red}▂%f%F{yellow}▄%f%F{green}▆%f%F{cyan}█%f%F{blue}▆%f%F{magenta}▄%f%F{white}▂%f" ''; };