Files
dotfiles/.zshrc.d/rust.zsh

4 lines
67 B
Bash

if [ -d $HOME/.cargo/bin ] ; then
PATH=$HOME/.cargo/bin:$PATH
fi