diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,12 +1,6 @@ [[ -f /etc/profile ]] && \ emulate sh -c 'source /etc/profile' -##################### MISC #################### -export QT_STYLE_OVERRIDE=gtk - -# bad hack to make video card fans shut up -[[ ! -z $(whence optirun) ]] && optirun --no-xorg true - ################# SET TERMCMD ################# if [[ ! -z $(whence alacritty) ]] then export TERMCMD=alacritty |