mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
removed bash private aliases from everywhere where it still was.
Useless file.
This commit is contained in:
parent
b162434638
commit
83461460f0
1
bashrc
1
bashrc
@ -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;
|
||||||
|
@ -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."
|
||||||
|
Loading…
Reference in New Issue
Block a user