From 339bcc7c83c107b01080127feb0353fa66f714e4 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 16 May 2020 12:50:41 +0200 Subject: [PATCH] bashrc enable aco --- dotfiles/bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/bash/.bashrc b/dotfiles/bash/.bashrc index 3ebc238..ae0eb1b 100644 --- a/dotfiles/bash/.bashrc +++ b/dotfiles/bash/.bashrc @@ -15,6 +15,9 @@ EDITOR=vim QT_QPA_PLATFORM=wayland-egl GDK_BACKEND=wayland +#enable aco instead of radv +export RADV_PERFTEST=aco + function q1 { echo 'Important and Urgent' if [ $# -ne 1 ]; then