From 6fda7cbcd0adb03e432e6fc55d9515ced8ba1d2d Mon Sep 17 00:00:00 2001 From: Mark Riedesel Date: Wed, 26 Jun 2024 11:28:27 -0500 Subject: [PATCH] zsh: add hostname to zsh prompt --- .config/zsh/config.d/prompt-hostname | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/zsh/config.d/prompt-hostname diff --git a/.config/zsh/config.d/prompt-hostname b/.config/zsh/config.d/prompt-hostname new file mode 100644 index 0000000..aecf904 --- /dev/null +++ b/.config/zsh/config.d/prompt-hostname @@ -0,0 +1,3 @@ +# Add hostname to prompt +PROMPT=%m$PROMPT +