From 43e94f201986f9eb850bfa4730edb2a56ba0a27f Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 11 Apr 2020 13:36:07 -0700 Subject: move video-card hack to zprofile --- .zprofile | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index 74605da..0cfb302 100644 --- a/.zprofile +++ b/.zprofile @@ -1,8 +1,12 @@ [[ -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 EDITOR ################# if [[ ! -z $(whence nvim) ]] then export EDITOR=nvim -- cgit v1.2.3