diff --git a/bash/.bashrc b/bash/.bashrc index 8617048..0ca9443 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -99,3 +99,10 @@ fi if hash fzf 2>/dev/null; then eval "$(fzf --bash)" fi + +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 + +# opencode +export PATH=/home/veerendra/.opencode/bin:$PATH