From 71b720d1f604745c72f05a28e3f30a708211cd30 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 26 Mar 2021 12:44:26 +0100 Subject: zshenv/80_rust: prepend cargon bin path --- .zsh/zshenv/80_rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshenv/80_rust b/.zsh/zshenv/80_rust index 76cac44..f53c246 100644 --- a/.zsh/zshenv/80_rust +++ b/.zsh/zshenv/80_rust @@ -7,6 +7,6 @@ # # Source repository: git://git.distanz.ch/dotfiles/zsh.git -path_append $HOME/.cargo/bin +path_prepend $HOME/.cargo/bin # vim:ft=zsh -- cgit v1.2.3-54-g00ecf