aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/plugins/timer.zsh
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-08-10 17:09:58 +0530
committerAkshay Nair <phenax5@gmail.com>2025-08-10 17:09:58 +0530
commit973492cbbb1172f6db80ae51e52f53bf34c625ae (patch)
treeb7c295bc03caba69b40d7f53d32c63dfc9b0fb3d /config/zsh/plugins/timer.zsh
parent26343d2eef0e8892cecb1645935294e221e9f1a7 (diff)
downloadnixos-config-973492cbbb1172f6db80ae51e52f53bf34c625ae.tar.gz
nixos-config-973492cbbb1172f6db80ae51e52f53bf34c625ae.zip
Theme change
Diffstat (limited to '')
-rw-r--r--config/zsh/plugins/timer.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/plugins/timer.zsh b/config/zsh/plugins/timer.zsh
index 73d9673..3610877 100644
--- a/config/zsh/plugins/timer.zsh
+++ b/config/zsh/plugins/timer.zsh
@@ -7,7 +7,7 @@ function precmd() {
now=$(($(date +%s%0N)/1000000))
elapsed=$(($now-$timer))
- export RPROMPT="%F{magenta}${elapsed}ms %{$reset_color%}"
+ export RPROMPT="%F{cyan}${elapsed}ms %{$reset_color%}"
unset timer
fi
}