From a16ee3cd4153e741ec3dab36ddcb50431aa0e1a5 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 31 Mar 2023 07:29:29 +0100 Subject: [PATCH] feat(.zshrc): specify gpu driver --- dot_zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index a746185..50a3727 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -45,6 +45,9 @@ setopt HIST_IGNORE_DUPS # Coloured GCC warnings and errors export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' +# Use 'iHD' by default +export LIBVA_DRIVER_NAME="iHD" + # Color support of 'ls' and also add aliases if [ -x /usr/bin/dircolors ]; then test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"