Skip to content

Commit

Permalink
format: fix formats running pre-commit run --all
Browse files Browse the repository at this point in the history
  • Loading branch information
refnode committed Nov 8, 2024
1 parent 5152d60 commit 167d53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/refnode/modules/zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fzf-git-widget() {
return 0
fi
zle push-line # Clear buffer. Auto-restored on next prompt.
# shellcheck disable=SC2034 # wrong interpretation, BUFFER is used by zle accept-line
# shellcheck disable=SC2034 # wrong interpretation, BUFFER is used by zle accept-line
# shellcheck disable=SC2296
BUFFER="builtin cd -- ${(q)dir:a}"
zle accept-line
Expand Down

0 comments on commit 167d53e

Please sign in to comment.