mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 06:29:36 +01:00
Added sourcing to install.sh
This commit is contained in:
parent
9b60c55cb2
commit
bfea62cefc
@ -16,6 +16,11 @@ echo "bash_profile installed."
|
|||||||
echo "Installing bashrc."
|
echo "Installing bashrc."
|
||||||
cat bashrc > ~/.bashrc
|
cat bashrc > ~/.bashrc
|
||||||
echo "bashrc installed."
|
echo "bashrc installed."
|
||||||
|
echo "Sourcing bash_aliases..."
|
||||||
|
source ~/.bash_aliases
|
||||||
echo "Sourcing bashrc..."
|
echo "Sourcing bashrc..."
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
# echo "Sourcing bash_profile..."
|
||||||
|
# source bash_profile
|
||||||
|
## The above is not required, because my bash_profile only sources bashrc.
|
||||||
echo "Installation has completed."
|
echo "Installation has completed."
|
||||||
|
Loading…
Reference in New Issue
Block a user