mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-11-12 16:44:22 -08:00
Update install.sh - Help for Linux shell new users
For who are not familiar with with shell changes, added the "exec bash" to apply and make visible the changes on bash shell.
This commit is contained in:
parent
7f48adca67
commit
a268f20c2f
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue