This commit is contained in:
2025-12-29 22:54:17 -08:00
parent b435e0d92c
commit 63e6fad216
4 changed files with 6 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ setopt HIST_IGNORE_SPACE # dont record commands that start with a space
FPATH="$HOME/.docker/completions:$FPATH"
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"
eval "$(fnm env --use-on-cd --shell zsh)"
bindkey -v
# zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'