Adding vim. Also using Plasma now I guess
This commit is contained in:
parent
d1fa4282fa
commit
0eae6eda4b
4 changed files with 145 additions and 11 deletions
23
.zprofile
23
.zprofile
|
@ -1,18 +1,19 @@
|
|||
export PATH=$PATH:$HOME/.local/bin
|
||||
export PATH=$PATH:$HOME/.local/bin:$HOME/flutter/bin
|
||||
|
||||
# Default programs:
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="foot"
|
||||
export BROWSER="firefox-bin"
|
||||
export BROWSER2="chromium"
|
||||
export READER="xreader"
|
||||
export FILEMANAGER="pcmanfm-qt"
|
||||
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 QT_QPA_PLATFORMTHEME=qt5ct
|
||||
#export DESKTOP_SESSION=KDE
|
||||
|
||||
# If running from tty1 start sway
|
||||
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||
startsway
|
||||
fi
|
||||
#if [ "$(tty)" = "/dev/tty1" ]; then
|
||||
# #startsway
|
||||
# exec dbus-launch --exit-with-session startplasma-wayland
|
||||
#fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue