diff --git a/bash/.bashrc b/bash/.bashrc index b03d14b..a898465 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -74,6 +74,9 @@ complete -d cd export GOPATH=$HOME/gopath export PATH=$GOPATH:$GOPATH/bin:$PATH +#add cargo stuff +export PATH=$PATH:/home/jon/.cargo/bin/ + # use vimx if available (for clipboard support) if [ -f "/usr/bin/vimx" ]; then export EDITOR=/usr/bin/vimx