diff --git a/zshrc b/zshrc index af7192b..83fa2b9 100644 --- a/zshrc +++ b/zshrc @@ -18,11 +18,6 @@ autoload -Uz compinit && compinit addpath $HOME/bin -# Not version controlled, it's system specific. -if [ -r $HOME/.cargo/env ] ; then - source $HOME/.cargo/env -fi - # Load any supplementary scripts if [ -d "$HOME"/.zshrc.d ] ; then for config in "$HOME"/.zshrc.d/*.zsh ; do