add PMNG vars

This commit is contained in:
Alexander Popov 2022-08-07 21:53:20 +03:00
parent 68a5dbc6df
commit 23a5dbaefa
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ 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/.bin:$HOME/.local/bin"
export PMNG_PWD_FILE="$HOME/Vault/.password.yml"
export PMNG_TIMEOUT=10
# ALIASES
alias ls='ls --color=auto'