bash: add ~/.local/bin to path if it exists
This commit is contained in:
4
bashrc
4
bashrc
@@ -97,6 +97,10 @@ fi
|
|||||||
|
|
||||||
alias gca="git commit --amend -a --no-edit"
|
alias gca="git commit --amend -a --no-edit"
|
||||||
|
|
||||||
|
if [ -d "$HOME/.local/bin" ] ; then
|
||||||
|
addpath "$HOME/.local/bin"
|
||||||
|
fi
|
||||||
|
|
||||||
# Load any supplementary scripts
|
# Load any supplementary scripts
|
||||||
if [ -d "$HOME"/.bashrc.d ] ; then
|
if [ -d "$HOME"/.bashrc.d ] ; then
|
||||||
for config in "$HOME"/.bashrc.d/*.bash ; do
|
for config in "$HOME"/.bashrc.d/*.bash ; do
|
||||||
|
|||||||
Reference in New Issue
Block a user