bash: do a better 'bash is running' check

This commit is contained in:
Vladan Popovic 2024-10-07 11:59:07 +02:00
parent 1a207b0c7a
commit 51495f158d

View file

@ -1,7 +1,7 @@
# vim: set ft=sh:
[ -f $HOME/.environ ] && source $HOME/.environ
[ $BASH == "/usr/bin/bash" ] && source $HOME/.bashrc
[ -n "$BASH_VERSION" ] && source $HOME/.bashrc
MOZ_ENABLE_WAYLAND=1
XDG_CURRENT_DESKTOP=sway