feat: make zsh shell make a little face. the mouth is $(pwd)

This commit is contained in:
Ahwx 2025-07-15 11:33:12 +02:00
parent 8ff40790f2
commit 36b8414891

View file

@ -16,7 +16,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";