You've already forked personal-linux-config
added .local/bin folder in PATH
This commit is contained in:
@@ -2,3 +2,7 @@
|
|||||||
if [ -d "$HOME/bin" ]; then
|
if [ -d "$HOME/bin" ]; then
|
||||||
PATH="$HOME/bin:$PATH"
|
PATH="$HOME/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
# also include .local/bin if it exists
|
||||||
|
if [ -d "$HOME/.local/bin" ]; then
|
||||||
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user