From ae90cd0d8adaa5acbc3b7e8c3bff57c80c4935a0 Mon Sep 17 00:00:00 2001 From: Emmet Date: Wed, 17 May 2023 21:42:58 -0500 Subject: [PATCH] Improved zsh rice.. --- user/shell/sh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/shell/sh.nix b/user/shell/sh.nix index 9d78bf6..50dafa8 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" ''; };