feat(.zshrc): specify gpu driver

chezmoi
sgoudham 1 year ago
parent 478a2503e8
commit a16ee3cd41
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -45,6 +45,9 @@ setopt HIST_IGNORE_DUPS
# Coloured GCC warnings and errors # Coloured GCC warnings and errors
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' 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 # Color support of 'ls' and also add aliases
if [ -x /usr/bin/dircolors ]; then if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"

Loading…
Cancel
Save