Files
2025-12-09 21:23:12 +02:00

5 lines
84 B
Bash

if [ -d "$HOME/.local/bin" ]; then
PATH="$HOME/.local/bin:$PATH"
fi
export PATH