.zprofile (85B)
1 #!/bin/zsh 2 3 export PATH="$(du $HOME/.local/bin -d2 | cut -f2 | paste -sd ':'):$PATH"