Cleanup configs

This commit is contained in:
Tobias Reisinger 2023-03-09 12:57:37 +01:00
parent e7ae131ef1
commit 88aff77c72
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 13 additions and 25 deletions

View file

@ -65,6 +65,7 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
#export SDL_VIDEODRIVER="wayland"
export TERMINAL="alacritty"
export TIME_STYLE="long-iso"
export VIMINIT="if has('nvim') | source $XDG_CONFIG_HOME/nvim/init.lua | else | source $XDG_CONFIG_HOME/vim/vimrc | endif"