profile: Make sure ~/.local/bin is part of PATH

This commit is contained in:
histalek 2022-10-04 20:37:20 +02:00
parent d5fefc509d
commit 3dbd7cf5ca
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -9,3 +9,5 @@ if [ -d "$ENVIRONMENTD" ]; then
fi
set +a
export PATH="$HOME/.local/bin:$PATH"