From 36b84148913b7a3aec6bf8b04e0f4298bd6d1426 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 15 Jul 2025 11:33:12 +0200 Subject: [PATCH] feat: make zsh shell make a little face. the mouth is $(pwd) --- 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 c2e442f..d771fdc 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -16,7 +16,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";