makepkg env variable

This commit is contained in:
Alexander Popov 2024-06-21 22:35:42 +03:00
parent 8eaa31c3c2
commit 91c0b26065
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6

View File

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