diff --git a/install-nvchad.sh b/install-nvchad.sh index b6b6cb5..ded9a3d 100644 --- a/install-nvchad.sh +++ b/install-nvchad.sh @@ -45,8 +45,8 @@ check_and_install_nvim () # Update $PATH echo "Adding ~/.local/bin to your \$PATH..." - echo 'export PATH=$HOME/.local/bin:$PATH' >> ~/.bashrc - source ~/.bashrc + echo 'export PATH=$HOME/.local/bin:$PATH' >> $HOME/.bashrc + sleep 1 && source $HOME/.bashrc # Move nvim to PATH echo "Placing nvim appimage in ~/.local/bin/..."