Files
DotfilesOld/zsh/.zsh/configs/post/path.zsh
2021-10-29 23:56:27 +02:00

5 lines
101 B
Bash

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