From 51d1be03bd624f4c273dd9eca878b01c3f167a6a Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Wed, 16 Jun 2021 16:30:20 -0500 Subject: [PATCH] Include ./bin in path --- zshenv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshenv b/zshenv index 3c82d71..d1fa5e5 100644 --- a/zshenv +++ b/zshenv @@ -1,5 +1,6 @@ export EDITOR="nvim" -fpath=(~/.zsh/completions $fpath) +fpath+=(~/.zsh/completions) +path+=(./bin) . "$HOME/.cargo/env"