From e6b7025ae105c5c7a31d174795116cc8be8d971e Mon Sep 17 00:00:00 2001 From: Diogo Peralta Cordeiro Date: Wed, 7 Apr 2021 09:23:45 +0100 Subject: [PATCH] Add cargo to path --- shell/.basic.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shell/.basic.zshrc b/shell/.basic.zshrc index 41ec144..055bb44 100644 --- a/shell/.basic.zshrc +++ b/shell/.basic.zshrc @@ -376,6 +376,11 @@ then PATH="$HOME/.local/bin:$PATH" fi +if [ -d "$HOME/.local/bin" ] +then + PATH="$HOME/.cargo/bin:$PATH" +fi + # Make CTRL+S work stty -ixon