Add .ezsh alias and env-var for qt5ct

This commit is contained in:
Tobias Reisinger 2021-04-09 19:15:28 +02:00
parent f04e3b1aef
commit e03ae84fdf
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 12 additions and 1 deletions

View file

@ -25,6 +25,8 @@ export OSH="$XDG_CONFIG_HOME/bash/oh-my-bash"
export PASSWORD_STORE_GENERATED_LENGTH='64'
export PATH=$HOME/.local/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:$GOPATH/bin
export QT_QPA_PLATFORMTHEME="qt5ct"
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"