2 lines
128 B
Bash
2 lines
128 B
Bash
# put personal scripts on the PATH to be callable
|
|
export PATH="$(du $XDG_CONFIG_HOME/scripts/bin | cut -f2 | tr '\n' ':')$PATH"
|