aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/plugins/timer.zsh
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-11-22 00:43:12 +0530
committerAkshay Nair <phenax5@gmail.com>2025-11-22 00:45:48 +0530
commitb8e909d68bcb035648dda93f15de7863f444a3c4 (patch)
tree3e6c13b1424d5005b595ea1d86f1b50a49b42390 /config/zsh/plugins/timer.zsh
parent7cca3043fa585dc0d0cef6a3f25756c946bee1aa (diff)
downloadnixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.tar.gz
nixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.zip
Switch to kakoune + daffm
Diffstat (limited to 'config/zsh/plugins/timer.zsh')
-rw-r--r--config/zsh/plugins/timer.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/zsh/plugins/timer.zsh b/config/zsh/plugins/timer.zsh
index 3610877..5505657 100644
--- a/config/zsh/plugins/timer.zsh
+++ b/config/zsh/plugins/timer.zsh
@@ -1,5 +1,6 @@
function preexec() {
timer=$(($(date +%s%0N)/1000000))
+ echo -n "\\x1b]133;A\\x1b\\" # OSC 133 for marking prompt
}
function precmd() {