15 lines
357 B
Bash
15 lines
357 B
Bash
# general variables
|
|
export FPATH=$FPATH:/usr/share/zsh
|
|
export PATH=$PATH:~/.local/bin:~/bin/python/
|
|
export EDITOR="nvim"
|
|
|
|
# python virtualenv varibles
|
|
export AUTOSWITCH_DEFAULTENV="baseline"
|
|
export AUTOSWITCH_SILENT=1
|
|
|
|
# wayland variables
|
|
export MOZ_ENABLE_WAYLAND=1
|
|
export QT_QPA_PLATFORM=wayland
|
|
export XDG_SESSION_TYPE=wayland
|
|
export GDK_BACKEND=wayland
|