Moved from bash to zsh LOL

This commit is contained in:
Cheri 2022-09-20 19:21:41 +03:00 committed by vib
parent d7902c56f1
commit b429a174e4
6 changed files with 144 additions and 80 deletions

16
.zprofile Normal file
View file

@ -0,0 +1,16 @@
export PATH=$PATH:$HOME/.local/bin
# Default programs:
export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="librewolf"
export BROWSER2="chromium"
export READER="xreader"
export FILEMANAGER="pcmanfm-qt"
#export QT_STYLE_OVERRIDE=kvantum
export QT_QPA_PLATFORMTHEME=qt5ct
#export DESKTOP_SESSION=KDE
# If running from tty1 start sway
[ "$(tty)" = "/dev/tty1" ] && exec ~/.config/sway/start.sh