From 91c0b2606589bed193bb91fac6991a6ce9a44555 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 21 Jun 2024 22:35:42 +0300 Subject: [PATCH] makepkg env variable --- ~/Bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/~/Bash/.bashrc b/~/Bash/.bashrc index 7c9e896..7b8672f 100644 --- a/~/Bash/.bashrc +++ b/~/Bash/.bashrc @@ -12,6 +12,7 @@ export PS1='\[\e[0;33m\][\t] \[\e[0;32m\][\W]\[\e[0m\] \[\e[0;31m\]> \[\e[0m\]' export GPG_TTY=$(tty) export PATH="$PATH:$HOME/.local/bin" +export PKGEXT=.pkg.tar # disable compress packages (ArchLinux makepkg) # PMNG #################################################### export PMNG_PWD_FILE="$HOME/Vault/.password.yml"