mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-02 22:17:21 +01:00
5 lines
101 B
Bash
5 lines
101 B
Bash
# ensure local bin directory is loaded first
|
|
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
|
|
|
|
export -U PATH
|