zsh: remove cargo from zshrc

This commit is contained in:
Paul Walker
2024-08-29 10:10:16 +01:00
parent 0069a07d1b
commit 3d48c11e94

5
zshrc
View File

@@ -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