Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Popov 23a5dbaefa
add PMNG vars 2022-08-07 21:53:20 +03:00
Alexander Popov 68a5dbc6df
add ~/.local/bin to path 2022-08-07 21:51:28 +03:00
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
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"
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'