From 997000262db1bd8d568efd88db998bf057bde9c0 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 30 Apr 2021 08:24:22 +0100 Subject: [PATCH] Use the system dnf cache as a non-root user --- roles/home-cli/files/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index 860b2dc..a61909c 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -134,6 +134,7 @@ then export PS1="\[\033[01;32m\]\u@\h\[\033[01;31m\]\#\[\033[00m\] " else export PS1="\[\033[01;32m\]\u@\h\[\033[01;34m\]\$\[\033[00m\] " + alias dnf="dnf -C" fi alias 7zencrypt="7z a -t7z -p -mhe"