From 6eb00d65d5732bbb025d573422adab5e3ca74dcc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 4 Jun 2018 23:10:09 +0300 Subject: attempt to organize stuff properly bash-independent stuff should go to .profile, which is what I'm trying to do. I'm not sure about how correct all of this is, a few bashisms were ought to creep in. --- %HOME%/.bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '%HOME%/.bash_profile') diff --git a/%HOME%/.bash_profile b/%HOME%/.bash_profile index b42f274..fe1b4b5 100644 --- a/%HOME%/.bash_profile +++ b/%HOME%/.bash_profile @@ -1,4 +1,5 @@ -[ -r "$HOME/.bashrc" ] && source "$HOME/.bashrc" +[ -r "$HOME/.profile" ] && source "$HOME/.profile" +[ -r "$HOME/.bashrc" ] && source "$HOME/.bashrc" echo "Welcome to $( hostname )" -- cgit v1.2.3