From d786454768bae31866f3ad26f441b726b0974517 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 15 Aug 2021 13:55:00 +0200 Subject: Add cargo/bin to Path for cli exe --- .config/shell/profile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/shell/profile') diff --git a/.config/shell/profile b/.config/shell/profile index 53001b1..26bd0f3 100755 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -33,6 +33,9 @@ export PYENV_ROOT="${XDG_DATA_HOME:-$HOME/.local/share}/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init --path)" +# cargo runnable +export PATH="${XDG_DATA_HOME:-$HOME/.local/share}/cargo/bin:$PATH" + # Poetry autocompletion fpath+=~/.zfunc -- cgit v1.2.3-70-g09d2