upgrade.sh: added touching of bash_private_aliases.

This commit is contained in:
Mika Suomalainen 2011-08-28 18:20:33 +03:00
parent e7924bceaf
commit 730e30e3ce
1 changed files with 3 additions and 0 deletions

View File

@ -16,4 +16,7 @@ cat bash_profile > ~/.bash_profile
cat bash_aliases > ~/.bash_aliases
cat bash_functions > ~/.bash_functions
cat bashrc > ~/.bashrc
touch ~/.bash_private_aliases
echo "Not installing bash_private_aliases. See content of that file:"
cat bash_private_aliases
echo "Installation has been completed. You might now need to source your ~/.bashrc for changes to happen."