feat: set PS1 to > ~ > for fun

This commit is contained in:
Ahwx 2025-10-30 17:48:59 +01:00
parent b9e167360a
commit 01fb39d9b4

View file

@ -32,7 +32,7 @@
localVariables = { localVariables = {
# Looks like this: '~/some/path > ' # Looks like this: '~/some/path > '
PS1 = "> %F{magenta}%~%f < "; PS1 = "> %F{magenta}%~%f > ";
RPROMPT = "%F{magenta}%m"; RPROMPT = "%F{magenta}%m";
# Gets pushed to the home directory otherwise # Gets pushed to the home directory otherwise
LESSHISTFILE = "/dev/null"; LESSHISTFILE = "/dev/null";