Added .local/bin to path
This commit is contained in:
parent
1bec83a13d
commit
025084f6dc
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -105,7 +105,7 @@ fi
|
|||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
PATH="$HOME/bin:$PATH:$HOME/.local/bin"
|
||||
fi
|
||||
|
||||
if [ -f ~/.bash-fzfrc ] ; then
|
||||
|
|
Loading…
Reference in a new issue