diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-07-12 18:27:37 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-07-12 18:27:37 +0200 |
commit | c173f5ec8af28539e413426f1f75beb703a67d97 (patch) | |
tree | 805bf80ec30e667195c43636e623e68e84121c43 /config | |
parent | b79cb97cc52d214e1eeaa769d16991281d54f0f0 (diff) | |
download | dotfiles-c173f5ec8af28539e413426f1f75beb703a67d97.tar.gz dotfiles-c173f5ec8af28539e413426f1f75beb703a67d97.tar.bz2 dotfiles-c173f5ec8af28539e413426f1f75beb703a67d97.zip |
default pikaur conf
Diffstat (limited to 'config')
-rw-r--r-- | config/pikaur.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/pikaur.conf b/config/pikaur.conf index 6c8e171..3727c18 100644 --- a/config/pikaur.conf +++ b/config/pikaur.conf @@ -35,6 +35,7 @@ displaylastupdated = no groupbyrepository = yes reversesearchsorting = no warnaboutpackageupdates = +warnaboutnondefaultprivilegeescalationtool = yes [misc] sudoloopinterval = 59 @@ -43,6 +44,8 @@ privilegeescalationtool = sudo privilegeescalationtarget = pikaur userid = 0 preserveenv = PKGDEST,VISUAL,EDITOR,http_proxy,https_proxy,ftp_proxy,HTTP_PROXY,HTTPS_PROXY,FTP_PROXY,ALL_PROXY +cachepath = /home/titan/.cache +datapath = /home/titan/.local/share [network] aururl = https://aur.archlinux.org |