feat: make zsh look like a face

This commit is contained in:
Ahwx 2025-07-11 22:27:20 +02:00
parent b9d8403584
commit 793937d34d

View file

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