aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile4
1 files changed, 4 insertions, 0 deletions
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