From 01fb39d9b487e73edaab424eb83d714a7146fa44 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 30 Oct 2025 17:48:59 +0100 Subject: [PATCH] feat: set PS1 to `> ~ >` for fun --- modules/home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index fa1f4b6..f5f3c89 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -32,7 +32,7 @@ localVariables = { # Looks like this: '~/some/path > ' - PS1 = "> %F{magenta}%~%f < "; + PS1 = "> %F{magenta}%~%f > "; RPROMPT = "%F{magenta}%m"; # Gets pushed to the home directory otherwise LESSHISTFILE = "/dev/null";