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"