mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-02 22:17:21 +01:00
add ~/.local/bin to path
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# ensure local bin directory is loaded first
|
# ensure local bin directory is loaded first
|
||||||
PATH="$HOME/bin:$PATH"
|
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
export -U PATH
|
export -U PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user