13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
|
#
|
||
|
# $ZDOTDIR/.zprofile
|
||
|
#
|
||
|
|
||
|
|
||
|
[[ -f ~/.profile ]] && . ~/.profile
|
||
|
|
||
|
|
||
|
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
|
||
|
export MOZ_ENABLE_WAYLAND=1
|
||
|
fi
|
||
|
|