From bac03a0b7b74d5d6c1c65bf3ab24dea5b4ac09e3 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 6 Nov 2023 10:40:45 +0200 Subject: [PATCH] chore(config): path additions --- config/exports | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/exports b/config/exports index fc4c207..77c7b10 100755 --- a/config/exports +++ b/config/exports @@ -2,6 +2,11 @@ # shellcheck shell=bash # vim: filetype=zsh +# if cargo directory exists, add it to path +if [[ -d "$HOME/.local/share/cargo/bin" ]]; then + export PATH="$HOME/.local/share/cargo/bin:$PATH" +fi + # Cache commands using bkt if installed if command -v bkt >&/dev/null; then bkt()