ZSH-Config/.zprofile

13 lines
146 B
Plaintext
Raw Normal View History

2024-04-24 04:20:33 +00:00
#
# $ZDOTDIR/.zprofile
#
[[ -f ~/.profile ]] && . ~/.profile
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi