From fdee7340ac18b0866abf0c44643f4c937fc4cf80 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 8 Feb 2021 22:44:13 +0100 Subject: rad changes --- .profile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index b33b6e9..0a8defc 100644 --- a/.profile +++ b/.profile @@ -1,3 +1,10 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi + +if [ "$BASH" ]; then + if [ -f ~/.bashrc ]; then + . ~/.bashrc + fi +fi +mesg n 2> /dev/null || true -- cgit v1.3