mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 19:22:46 +01:00
upgrade.sh: added touching of bash_private_aliases.
This commit is contained in:
parent
e7924bceaf
commit
730e30e3ce
@ -16,4 +16,7 @@ cat bash_profile > ~/.bash_profile
|
|||||||
cat bash_aliases > ~/.bash_aliases
|
cat bash_aliases > ~/.bash_aliases
|
||||||
cat bash_functions > ~/.bash_functions
|
cat bash_functions > ~/.bash_functions
|
||||||
cat bashrc > ~/.bashrc
|
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."
|
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