feat: jj tab-complete

This commit is contained in:
Matthew Ryan Dillon 2024-10-31 09:23:44 -04:00
parent 8d6580fd6c
commit 2af78f2234

View file

@ -111,6 +111,7 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(/opt/homebrew/bin/brew shellenv)"
{{ end }} {{ end }}
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
eval "$(jj util completion zsh)"
function reldate() { function reldate() {
date -v "${1}" "+%Y-%m-%d" date -v "${1}" "+%Y-%m-%d"