Upgrade prompt when in subshell to show on the right
diff --git a/src/apps/personal/zsh.nix b/src/apps/personal/zsh.nix
index 72d2bdb..59529ee 100644
--- a/src/apps/personal/zsh.nix
+++ b/src/apps/personal/zsh.nix
@@ -35,7 +35,7 @@
             ZSH_HIGHLIGHT_STYLES[comment]='fg=248';
 
             if [[ $SHLVL != "1" ]]; then
-                export prompt="($SHLVL) $prompt"
+                export RPS1=$'%{\033[38;5;248m%}(%{$fg[red]%}L$SHLVL%{\033[38;5;248m%})%{\033[39m\033[49m%}'
             fi
         '';
         enableSyntaxHighlighting = true;