summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/80_rust
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshenv/80_rust')
-rw-r--r--.zsh/zshenv/80_rust12
1 files changed, 12 insertions, 0 deletions
diff --git a/.zsh/zshenv/80_rust b/.zsh/zshenv/80_rust
new file mode 100644
index 0000000..76cac44
--- /dev/null
+++ b/.zsh/zshenv/80_rust
@@ -0,0 +1,12 @@
+# zshenv/80_rust
+#
+# Set variables related to the Rust programming language
+#
+# Copyright © 2018 Tobias Klauser <tklauser@distanz.ch>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: git://git.distanz.ch/dotfiles/zsh.git
+
+path_append $HOME/.cargo/bin
+
+# vim:ft=zsh