chore: 2025-01-05 update

This commit is contained in:
2025-01-05 11:56:42 -06:00
parent 73c3be994a
commit ce520bded1
3 changed files with 14 additions and 1 deletions

6
.zshrc
View File

@@ -118,3 +118,9 @@ source ~/.paodarc
export NVM_DIR="$HOME/.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
## [Completion]
## Completion scripts setup. Remove the following line to uninstall
[[ -f /home/paoda/.dart-cli-completion/zsh-config.zsh ]] && . /home/paoda/.dart-cli-completion/zsh-config.zsh || true
## [/Completion]