summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-09-15 15:12:21 -0600
committerAlejandro Soto <alejandro@34project.org>2025-09-15 15:12:21 -0600
commit5881c9d162ff0df3c074842de6cf7b4df7d5f4b2 (patch)
tree367d943adeceb0f0d2fdd5534a8b3a6474e2f059
parent4a4c13dc43a7814d7ec6b9cb328db5c342b12bab (diff)
home/baseline/zshrc: move time from right to left of prompt
Diffstat (limited to '')
-rw-r--r--home/baseline/zshrc.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/baseline/zshrc.nix b/home/baseline/zshrc.nix
index 80a615e..9181159 100644
--- a/home/baseline/zshrc.nix
+++ b/home/baseline/zshrc.nix
@@ -61,8 +61,8 @@
USERATHOST=1
fi
- zstyle ':prompt:grml:left:setup' items $([ ''${USERATHOST:-0} -eq 0 ] || echo user at host) path nix-shell percent
- zstyle ':prompt:grml:right:setup' items sad-smiley vcs $([ ''${BATTERY:-0} -eq 0 ] || echo battery) time
+ zstyle ':prompt:grml:left:setup' items time $([ ''${USERATHOST:-0} -eq 0 ] || echo user at host) path nix-shell percent
+ zstyle ':prompt:grml:right:setup' items sad-smiley vcs $([ ''${BATTERY:-0} -eq 0 ] || echo battery)
zstyle ':prompt:grml:right:items:time' pre ' %F{yellow}'
unsetopt sharehistory