zsh: remove cargo from zshrc
This commit is contained in:
5
zshrc
5
zshrc
@@ -18,11 +18,6 @@ autoload -Uz compinit && compinit
|
|||||||
|
|
||||||
addpath $HOME/bin
|
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
|
# Load any supplementary scripts
|
||||||
if [ -d "$HOME"/.zshrc.d ] ; then
|
if [ -d "$HOME"/.zshrc.d ] ; then
|
||||||
for config in "$HOME"/.zshrc.d/*.zsh ; do
|
for config in "$HOME"/.zshrc.d/*.zsh ; do
|
||||||
|
|||||||
Reference in New Issue
Block a user