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