bash: add ~/.local/bin to path if it exists
This commit is contained in:
4
bashrc.d/local.bash
Normal file
4
bashrc.d/local.bash
Normal file
@@ -0,0 +1,4 @@
|
||||
if [ -d "$HOME/.local/bin" ] ; then
|
||||
addpath "$HOME/.local/bin"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user