From 2af78f2234222383eee4269b40ed96c14b36716b Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Thu, 31 Oct 2024 09:23:44 -0400 Subject: [PATCH] feat: jj tab-complete --- home/dot_zshrc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index a652122..be1d365 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -111,6 +111,7 @@ BASE16_SHELL="$HOME/.config/base16-shell/" eval "$(/opt/homebrew/bin/brew shellenv)" {{ end }} eval "$(direnv hook zsh)" +eval "$(jj util completion zsh)" function reldate() { date -v "${1}" "+%Y-%m-%d"