From 0d59ea1cecaea4297f9b0793d8bc5b25f95f4bd9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 6 Jul 2024 09:06:57 +0300 Subject: [PATCH] rc/bashrc: fix typo --- rc/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/bashrc b/rc/bashrc index bc24490a..4659cfbf 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_completition + ~/.nvm/bash_completion fi # https://github.com/rbenv/rbenv