diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2018-11-22 23:17:15 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2018-11-22 23:17:15 +0100 |
commit | ba1bc02796bafe4d53ff3ec35083b01907fceb1a (patch) | |
tree | a550c0004bda9bdd00a3b78c351ef065d8b12789 /.zsh/zshenv/80_rust | |
parent | a6a287eba5ad6817e113ab687ad8b343816486df (diff) |
zshenv: add 80_rust
Diffstat (limited to '.zsh/zshenv/80_rust')
-rw-r--r-- | .zsh/zshenv/80_rust | 12 |
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 |