bash: add ~/.local/bin to path if it exists

This commit is contained in:
2025-07-22 13:11:21 +01:00
parent f7388eb72d
commit db29f94b28

4
bashrc.d/local.bash Normal file
View File

@@ -0,0 +1,4 @@
if [ -d "$HOME/.local/bin" ] ; then
addpath "$HOME/.local/bin"
fi