summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 1a2c1fe..56f89d9 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -25,6 +25,9 @@ export GOBIN="$HOME/.local/bin/go"
export GOPATH="$XDG_DATA_HOME/go"
export GOMODCACHE="$XDG_CACHE_HOME/go/mod"
export PATH="$PATH:$GOBIN:$GOPATH/bin"
+# Rust
+export CARGO_HOME="$XDG_DATA_HOME/cargo"
+export PATH="$PATH:$CARGO_HOME/bin"
# bash
export BASH_COMPLETIONS="$XDG_DATA_HOME/bash-completion/completions"
# GPG