aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/Nvim_setup.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/Nvim_setup.sh b/docs/Nvim_setup.sh
index 01a8bdc..46c160c 100755
--- a/docs/Nvim_setup.sh
+++ b/docs/Nvim_setup.sh
@@ -156,11 +156,3 @@ git clone https://github.com/jdhao/nvim-config.git "$NVIM_CONFIG_DIR" \
if [[ "$ADD_TO_SYSTEM_PATH" = true ]]; then
echo "export PATH=\"$NVIM_DIR/bin:\$PATH\"" >> "$HOME/.bash_profile"
fi
-
-
-#######################################################################
-# Post processing #
-#######################################################################
-# Let PATH changes take effect
-# shellcheck source=/dev/null
-source "$HOME/.bash_profile"