From af13d65e7d031009098a5af187f96efc0343092c Mon Sep 17 00:00:00 2001 From: dissimulo Date: Tue, 21 Apr 2026 08:19:34 -0700 Subject: [PATCH] zsh/theme.zsh: drop ruby version from right prompt Blank RPROMPT after prompt skwp loads so the right side stays clean. --- zsh/theme.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/theme.zsh b/zsh/theme.zsh index b55d4a54..97c439f9 100644 --- a/zsh/theme.zsh +++ b/zsh/theme.zsh @@ -13,3 +13,6 @@ } prompt skwp + +# Clear the ruby version from the right side of the prompt. +RPROMPT=''