dotfiles/zshrc.d/rust.zsh
2020-08-12 02:29:03 +04:00

4 lines
67 B
Bash

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