From 68a5dbc6dfed72d40eb59d7b1e6cce7ad3eb17ce Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 7 Aug 2022 21:51:28 +0300 Subject: [PATCH] add ~/.local/bin to path --- ~/Bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/~/Bash/.bashrc b/~/Bash/.bashrc index 893045e..a594f11 100644 --- a/~/Bash/.bashrc +++ b/~/Bash/.bashrc @@ -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'