summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2021-02-08 22:44:13 +0100
committerivarlovlie <git@ivarlovlie.no>2021-02-08 22:44:13 +0100
commitfdee7340ac18b0866abf0c44643f4c937fc4cf80 (patch)
treef312d8430292744d12a3c03be6fb8cd5894355ef /.profile
parent8ab503cb340255b45d0071ef27322cda36b62567 (diff)
downloaddotfiles-server-fdee7340ac18b0866abf0c44643f4c937fc4cf80.tar.xz
dotfiles-server-fdee7340ac18b0866abf0c44643f4c937fc4cf80.zip
rad changes
Diffstat (limited to '.profile')
-rw-r--r--.profile7
1 files changed, 7 insertions, 0 deletions
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