add $HOME/.local/bin to PATH
This commit is contained in:
parent
5fd339f116
commit
ec87ee4824
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,10 @@ fi
|
||||||
# Source all .bashrc files
|
# Source all .bashrc files
|
||||||
# -------------------------------------------------------------
|
# -------------------------------------------------------------
|
||||||
|
|
||||||
|
if [ -d "$HOME/.local/bin" ]; then
|
||||||
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -d "$HOME/.bashrc.d/" ]; then
|
if [ -d "$HOME/.bashrc.d/" ]; then
|
||||||
for file in ~/.bashrc.d/*.bashrc; do
|
for file in ~/.bashrc.d/*.bashrc; do
|
||||||
. "$file"
|
. "$file"
|
||||||
|
|
Loading…
Add table
Reference in a new issue