Added sourcing to install.sh

This commit is contained in:
Mika Suomalainen 2011-08-14 18:59:41 +03:00
parent 9b60c55cb2
commit bfea62cefc
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ echo "bash_profile installed."
echo "Installing bashrc."
cat bashrc > ~/.bashrc
echo "bashrc installed."
echo "Sourcing bash_aliases..."
source ~/.bash_aliases
echo "Sourcing bashrc..."
source ~/.bashrc
# echo "Sourcing bash_profile..."
# source bash_profile
## The above is not required, because my bash_profile only sources bashrc.
echo "Installation has completed."