From 5881c9d162ff0df3c074842de6cf7b4df7d5f4b2 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 15 Sep 2025 15:12:21 -0600 Subject: home/baseline/zshrc: move time from right to left of prompt --- home/baseline/zshrc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/baseline/zshrc.nix') 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 -- cgit v1.2.3