add $HOME/.local/bin to PATH

main
Yax 3 years ago
parent 5fd339f116
commit ec87ee4824

@ -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…
Cancel
Save