make user bin priority over global path

This commit is contained in:
crater2150 2019-04-29 18:55:30 +02:00
parent 70da64a98a
commit 4fa5b14ba1

2
env/10_path.zsh vendored
View file

@ -1 +1 @@
export PATH="$PATH:$HOME/.local/bin" export PATH="$HOME/.local/bin:$PATH"