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";