summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 9b359d9..c4a6025 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
-[ $0 = bash ] && [ -f ~/.bashrc ] && . ~/.bashrc
+[ $0 = bash ] || [ $0 = '-bash' ] && [ -f ~/.bashrc ] && . ~/.bashrc