diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-16 20:56:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-16 20:56:41 +0300 |
commit | 81faada4890fdbcd7625cc850907ebecffaa8dec (patch) | |
tree | 35bee82d7f77fefaf74597fd2f902779814be8c1 /%HOME% | |
parent | .ssh/config: add bitbucket.org/github.com alternatives (diff) | |
download | linux-home-81faada4890fdbcd7625cc850907ebecffaa8dec.tar.gz linux-home-81faada4890fdbcd7625cc850907ebecffaa8dec.zip |
add StackOverflow link to .bash_profile
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bash_profile | 1 |
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" |