diff options
Diffstat (limited to '')
| -rw-r--r-- | home/baseline/zshrc.nix | 4 |
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 |
