.profile: Add ~/.local/bin to PATH

This commit is contained in:
Lexi / Zoe 2023-04-05 15:35:42 +02:00
parent 9f69638ed0
commit ae0fd0182e
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ export BC_ENV_ARGS="-lq"
[[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc"
# PATH
[[ -d "$HOME/.local/bin" ]] && export PATH="$HOME/.local/bin:$PATH"
[[ -d "$HOME/bin" ]] && export PATH="$HOME/bin:$PATH"
# Wine: do not change filetype associations