From 3d48c11e942f53b6f9963fd49a3f8b32fb8056b9 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 29 Aug 2024 10:10:16 +0100 Subject: [PATCH] zsh: remove cargo from zshrc --- zshrc | 5 ----- 1 file changed, 5 deletions(-) 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