summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-15 13:55:00 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-15 13:55:00 +0200
commitd786454768bae31866f3ad26f441b726b0974517 (patch)
tree7162a1052a5552a537c56232ca279fc7eccfde8e /.config/shell/profile
parent977990584331307dd5e71ebbbbd6b45b9c961996 (diff)
Add cargo/bin to Path for cli exe
Diffstat (limited to '.config/shell/profile')
-rwxr-xr-x.config/shell/profile3
1 files changed, 3 insertions, 0 deletions
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