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