aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/env.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh
index 0aa46853..008aaf1b 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -84,3 +84,8 @@ export NIX_BUILD_CORES=0
export GOPATH="$HOME/dev/go"
export PATH="$GOPATH/bin:$PATH"
+
+#
+# Rust
+#
+export PATH="$HOME/.cargo/bin:$PATH"