.profile: Add ~/.local/bin to PATH
This commit is contained in:
parent
9f69638ed0
commit
ae0fd0182e
1
.profile
1
.profile
|
|
@ -17,6 +17,7 @@ export BC_ENV_ARGS="-lq"
|
||||||
[[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc"
|
[[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc"
|
||||||
|
|
||||||
# PATH
|
# PATH
|
||||||
|
[[ -d "$HOME/.local/bin" ]] && export PATH="$HOME/.local/bin:$PATH"
|
||||||
[[ -d "$HOME/bin" ]] && export PATH="$HOME/bin:$PATH"
|
[[ -d "$HOME/bin" ]] && export PATH="$HOME/bin:$PATH"
|
||||||
|
|
||||||
# Wine: do not change filetype associations
|
# Wine: do not change filetype associations
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue