19 lines
477 B
Bash
19 lines
477 B
Bash
export PATH=$PATH:$HOME/.local/bin:$HOME/flutter/bin
|
|
|
|
# Default programs:
|
|
export EDITOR="vim"
|
|
#export TERMINAL="foot"
|
|
#export BROWSER="firefox-bin"
|
|
#export BROWSER2="chromium"
|
|
#export READER="xreader"
|
|
#export FILEMANAGER="dolphin"
|
|
|
|
#export QT_STYLE_OVERRIDE=kvantum
|
|
#export QT_QPA_PLATFORMTHEME=qt5ct
|
|
#export DESKTOP_SESSION=KDE
|
|
|
|
# If running from tty1 start sway
|
|
#if [ "$(tty)" = "/dev/tty1" ]; then
|
|
# #startsway
|
|
# exec dbus-launch --exit-with-session startplasma-wayland
|
|
#fi
|