summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/80_rust
blob: 76cac448474b7f02cee2151eaf43a9b4874f6d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
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