Use the system dnf cache as a non-root user

This commit is contained in:
Anthony Rose 2021-04-30 08:24:22 +01:00
parent 68312559cd
commit 997000262d

View file

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