diff --git a/install.sh b/install.sh index ac87e9a..54c0a5c 100755 --- a/install.sh +++ b/install.sh @@ -18,4 +18,7 @@ else sudo apt update && sudo apt -y install vim-scripts fi +# Apply the changes and update the shell with the config files +exec bash + echo "Installed"