This commit is contained in:
Alexander Bell 2025-05-31 16:26:59 +02:00
parent cb69fd8d04
commit 6b08e4b8ad

10
.bashrc
View File

@ -129,9 +129,9 @@ fi
# Disable the bell
if [[ $iatest -gt 0 ]]; then bind "set bell-style visible"; fi
# Use bash-completion, if available
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
. /usr/share/bash-completion/bash_completion
## Use bash-completion, if available
#[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
# . /usr/share/bash-completion/bash_completion
#######################################################
# Functions
@ -197,3 +197,7 @@ eval "$(starship init bash)"
# Zoxide
eval "$(zoxide init bash)"
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