add ~/.local/bin to path

This commit is contained in:
Alexander Popov 2022-08-07 21:51:28 +03:00
parent eeee69403b
commit 68a5dbc6df
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,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/.bin"
export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"
# ALIASES
alias ls='ls --color=auto'