From 23a5dbaefa9decd0f023eb5f76f96e0cb429548d Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 7 Aug 2022 21:53:20 +0300 Subject: [PATCH] add PMNG vars --- ~/Bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/~/Bash/.bashrc b/~/Bash/.bashrc index a594f11..c92ca25 100644 --- a/~/Bash/.bashrc +++ b/~/Bash/.bashrc @@ -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'