Include ./bin in path

This commit is contained in:
Daniel Lynn 2021-06-16 16:30:20 -05:00
parent 43132b90f7
commit 51d1be03bd

3
zshenv
View File

@ -1,5 +1,6 @@
export EDITOR="nvim"
fpath=(~/.zsh/completions $fpath)
fpath+=(~/.zsh/completions)
path+=(./bin)
. "$HOME/.cargo/env"