From 81faada4890fdbcd7625cc850907ebecffaa8dec Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 16 Feb 2020 20:56:41 +0300 Subject: add StackOverflow link to .bash_profile --- %HOME%/.bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '%HOME%/.bash_profile') 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" -- cgit v1.2.3