aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-02-16 20:56:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-02-16 20:56:41 +0300
commit81faada4890fdbcd7625cc850907ebecffaa8dec (patch)
tree35bee82d7f77fefaf74597fd2f902779814be8c1 /%HOME%
parent.ssh/config: add bitbucket.org/github.com alternatives (diff)
downloadlinux-home-81faada4890fdbcd7625cc850907ebecffaa8dec.tar.gz
linux-home-81faada4890fdbcd7625cc850907ebecffaa8dec.zip
add StackOverflow link to .bash_profile
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.bash_profile b/%HOME%/.bash_profile
index a9fc5fa..9cfcef1 100644
--- a/%HOME%/.bash_profile
+++ b/%HOME%/.bash_profile
@@ -1,2 +1,3 @@
+# I've followed this advice: https://superuser.com/a/789465
[ -r "$HOME/.profile" ] && source "$HOME/.profile"
[ -r "$HOME/.bashrc" ] && source "$HOME/.bashrc"