Also add copy of the vimrc file.

This commit is contained in:
2026-05-06 17:11:25 -07:00
parent 9f9cdf0361
commit 6c5dc2c8bf

View File

@@ -120,6 +120,7 @@ function update-shared2 {
# Tha main piece! Reload the shared RC file. # Tha main piece! Reload the shared RC file.
cp -v "$PROJECT_SHARED"/rc_shared.sh ~/.rc_shared 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. # Copy the scripts from the shared bin to the home bin.
local_bin="$HOME/bin" local_bin="$HOME/bin"