feat: copilot cli, tool fixes

This commit is contained in:
2025-12-02 15:16:37 +00:00
parent 700417f20f
commit 4195864823
5 changed files with 21 additions and 1 deletions

View File

@@ -46,3 +46,7 @@ _dots_build_prompt
if [[ -n "$ZSH_BENCH" ]]; then
zprof
fi
export NVM_DIR="$HOME/.config/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion