feat(zsh.nix): adds host to RPROMPT

This commit is contained in:
Ahwx 2024-07-15 15:36:35 +02:00
parent 2766ab58fb
commit 96c9a7024e

View file

@ -11,6 +11,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";
# Gets pushed to the home directory otherwise # Gets pushed to the home directory otherwise
LESSHISTFILE = "/dev/null"; LESSHISTFILE = "/dev/null";
# Make Vi mode transitions faster (in hundredths of a second) # Make Vi mode transitions faster (in hundredths of a second)