summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2021-05-26 11:30:38 +0200
committerMehdi Sadeghi <mehdi@mehdix.org>2021-05-26 11:43:30 +0200
commit6d9108ce5379aeacc7373458aa556c1c0cba2638 (patch)
tree257364d7d7c3607c68b948793a3ffc37f66dd45f /.profile
parent2f18471f580c82bb828bf5189418d0479c8909fd (diff)
Fix loading bashrc and env.
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 873899c..75ead8a 100644
--- a/.profile
+++ b/.profile
@@ -21,4 +21,4 @@ export _JAVA_AWT_WM_NONREPARENTING=1
export GDK_BACKEND=wayland
[ -e .config/$(hostname).profile ] && . .config/$(hostname).profile
-[ $SHELL = "/bin/bash" ] && [ -f ~/.bashrc ] && . ~/.bashrc
+[ $0 = bash ] && [ -f ~/.bashrc ] && . ~/.bashrc