bash: do a better 'bash is running' check
This commit is contained in:
parent
1a207b0c7a
commit
51495f158d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# vim: set ft=sh:
|
# vim: set ft=sh:
|
||||||
|
|
||||||
[ -f $HOME/.environ ] && source $HOME/.environ
|
[ -f $HOME/.environ ] && source $HOME/.environ
|
||||||
[ $BASH == "/usr/bin/bash" ] && source $HOME/.bashrc
|
[ -n "$BASH_VERSION" ] && source $HOME/.bashrc
|
||||||
|
|
||||||
MOZ_ENABLE_WAYLAND=1
|
MOZ_ENABLE_WAYLAND=1
|
||||||
XDG_CURRENT_DESKTOP=sway
|
XDG_CURRENT_DESKTOP=sway
|
||||||
|
|
Loading…
Reference in a new issue