Files
DotfilesOld/zsh/.zsh/configs/post/path.zsh
2021-05-07 13:42:29 +02:00

5 lines
84 B
Bash

# ensure local bin directory is loaded first
PATH="$HOME/bin:$PATH"
export -U PATH