mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +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."
|
||||
cat bashrc > ~/.bashrc
|
||||
echo "bashrc installed."
|
||||
echo "Sourcing bash_aliases..."
|
||||
source ~/.bash_aliases
|
||||
echo "Sourcing 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."
|
||||
|
Loading…
Reference in New Issue
Block a user