From 83461460f018cc14b886777f05ee2720ed51058c Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 28 Sep 2011 22:01:19 +0300 Subject: [PATCH] removed bash private aliases from everywhere where it still was. Useless file. --- bashrc | 1 - upgrade.sh | 4 ---- 2 files changed, 5 deletions(-) diff --git a/bashrc b/bashrc index d8803509..35131325 100644 --- a/bashrc +++ b/bashrc @@ -111,7 +111,6 @@ fi source ~/.bash_aliases source ~/.bash_exports source ~/.bash_functions -source ~/.bash_private_aliases ## DO NOT PUT ANYTHING BELOW THIS LINE OR YOUR CHANGES MAY GET IGNORED BY BASH! sleep 1; diff --git a/upgrade.sh b/upgrade.sh index 7df5feb7..46d9e890 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -20,9 +20,5 @@ touch ~/.bash_exports echo "-- Start of content of bash_exports --" cat 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 "Installation has been completed. You might now need to source your ~/.bashrc for changes to happen."