mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
add $HOME/.local/bin to PATH
This commit is contained in:
@@ -117,6 +117,10 @@ fi
|
||||
# Source all .bashrc files
|
||||
# -------------------------------------------------------------
|
||||
|
||||
if [ -d "$HOME/.local/bin" ]; then
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
fi
|
||||
|
||||
if [ -d "$HOME/.bashrc.d/" ]; then
|
||||
for file in ~/.bashrc.d/*.bashrc; do
|
||||
. "$file"
|
||||
|
||||
Reference in New Issue
Block a user