Files
dotfiles/shell/rust.sh
2017-01-17 00:21:43 +00:00

9 lines
112 B
Bash

#
# Rust environment setup.
#
# Rustup
if [ -d "$HOME/.cargo/bin" ]; then
path_prepend "$HOME/.cargo/bin"
fi