Fix init shell after installed

This commit is contained in:
Toan Nguyen
2017-11-08 16:01:23 +11:00
parent 6dd590ba8b
commit b6b3fbfe5d
3 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ export OSH=$OSH
printf '%s\n' ' /____/ .... is now installed!'
printf "%s\n" "Please look over the ~/.bashrc file to select plugins, themes, and options"
printf "${BLUE}${BOLD}%s${NORMAL}\n" "To keep up on the latest news and updates, follow us on GitHub: https://github.com/ohmybash/oh-my-bash"
. $HOME/.bashrc
exec bash; source $HOME/.bashrc
}