From b4fdaae8c5f3bd2e578aec1537c4465457ff2720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 31 Oct 2021 12:51:56 +0100 Subject: [PATCH] Add ~/.cargo/bin to PATH --- zsh/zprofile.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index d6259c6..e672bf7 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -3,6 +3,7 @@ source /etc/profile _path=( "$HOME/bin" "$HOME/.optbin" + "$HOME/.cargo/bin" ) for part in ${_path[@]} ; do