From 96c9a7024e1c9512fd3bff5c5348289507a3fa8d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 15 Jul 2024 15:36:35 +0200 Subject: [PATCH] feat(zsh.nix): adds `host` to `RPROMPT` --- modules/home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 9977cd9..9998f6b 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -11,6 +11,7 @@ localVariables = { # Looks like this: '~/some/path > ' PS1 = "%F{magenta}%~%f > "; + RPROMPT = "%F{magenta}%m"; # Gets pushed to the home directory otherwise LESSHISTFILE = "/dev/null"; # Make Vi mode transitions faster (in hundredths of a second)