From 0a463567902b16d92316819fddd0e022d10a64d8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 6 Jul 2024 09:45:03 +0300 Subject: [PATCH] bashrc: add missing dot --- rc/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/bashrc b/rc/bashrc index 4659cfbf..e35d66ea 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -271,7 +271,7 @@ export RES_OPTIONS="timeout:2 attempts:2 rotate edns0 trust-ad" # https://github.com/nvm-sh/nvm if [ -d ~/.nvm ]; then . ~/.nvm/nvm.sh - ~/.nvm/bash_completion + . ~/.nvm/bash_completion fi # https://github.com/rbenv/rbenv