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)"