summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/80_rust
blob: f53c2464ae1499f00f9572e001e27dbfa09cba65 (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_prepend $HOME/.cargo/bin

# vim:ft=zsh