removed bash private aliases from everywhere where it still was.

Useless file.
This commit is contained in:
Mika Suomalainen 2011-09-28 22:01:19 +03:00
parent b162434638
commit 83461460f0
2 changed files with 0 additions and 5 deletions

1
bashrc
View File

@ -111,7 +111,6 @@ fi
source ~/.bash_aliases source ~/.bash_aliases
source ~/.bash_exports source ~/.bash_exports
source ~/.bash_functions source ~/.bash_functions
source ~/.bash_private_aliases
## DO NOT PUT ANYTHING BELOW THIS LINE OR YOUR CHANGES MAY GET IGNORED BY BASH! ## DO NOT PUT ANYTHING BELOW THIS LINE OR YOUR CHANGES MAY GET IGNORED BY BASH!
sleep 1; sleep 1;

View File

@ -20,9 +20,5 @@ touch ~/.bash_exports
echo "-- Start of content of bash_exports --" echo "-- Start of content of bash_exports --"
cat bash_exports cat bash_exports
echo "-- End of content of bash_exports --" echo "-- End of content of bash_exports --"
touch ~/.bash_private_aliases
echo "Not installing bash_private_aliases. See content of that file:"
echo "-- start of content of bash_private_aliases"
cat bash_private_aliases
echo "-- end of content of bash_private_aliases --" echo "-- end of content of bash_private_aliases --"
echo "Installation has been completed. You might now need to source your ~/.bashrc for changes to happen." echo "Installation has been completed. You might now need to source your ~/.bashrc for changes to happen."