From 62465dea0e33326617ab22cc0a7092850afa21a5 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 13 Apr 2022 12:14:53 -0400 Subject: [PATCH] cargo --- zsh/.zprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zprofile b/zsh/.zprofile index ec176c8..b72a200 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -17,6 +17,8 @@ pathadd_tail() { export EDITOR=nvim +source "$HOME/.cargo/env" + pathadd_head "$HOME/.local/bin" pathadd_head '/tmp/bin' pathadd_head "$HOME/.config/emacs/bin"