From 6c5dc2c8bf4350ba63e8483ea3236494a771f3ec Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 17:11:25 -0700 Subject: [PATCH] Also add copy of the vimrc file. --- rc_shared.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rc_shared.sh b/rc_shared.sh index 50d761a..145dcf2 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -120,6 +120,7 @@ function update-shared2 { # Tha main piece! Reload the shared RC file. cp -v "$PROJECT_SHARED"/rc_shared.sh ~/.rc_shared + cp -v "$PROJECT_SHARED"/vimrc.vim ~/.vimrc # Copy the scripts from the shared bin to the home bin. local_bin="$HOME/bin"