From b8e909d68bcb035648dda93f15de7863f444a3c4 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 22 Nov 2025 00:43:12 +0530 Subject: Switch to kakoune + daffm --- config/zsh/plugins/timer.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'config/zsh/plugins/timer.zsh') 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() { -- cgit v1.3.1