update zsh

This commit is contained in:
2026-04-21 09:34:07 +03:00
parent 8d03b08ba3
commit 9b2a0db18a
5 changed files with 17 additions and 42 deletions
-16
View File
@@ -1,17 +1 @@
source $HOME/.config/zsh/.zshrc
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/antoxa/.dart-cli-completion/zsh-config.zsh ]] && . /home/antoxa/.dart-cli-completion/zsh-config.zsh || true
## [/Completion]
# opencode
export PATH=/home/antoxa/.opencode/bin:$PATH
# claude
export PATH="$HOME/.local/bin:$PATH"