diff options
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
