rc/bashrc: fix typo

This commit is contained in:
Aminda Suomalainen 2024-07-06 09:06:57 +03:00
parent a0f5a327b5
commit 0d59ea1cec
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ export RES_OPTIONS="timeout:2 attempts:2 rotate edns0 trust-ad"
# https://github.com/nvm-sh/nvm # https://github.com/nvm-sh/nvm
if [ -d ~/.nvm ]; then if [ -d ~/.nvm ]; then
. ~/.nvm/nvm.sh . ~/.nvm/nvm.sh
. ~/.nvm/bash_completition ~/.nvm/bash_completion
fi fi
# https://github.com/rbenv/rbenv # https://github.com/rbenv/rbenv