From 5a51366ed799ba4bb7f368cd91eed6fd4db3ff7c Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Wed, 19 Jan 2022 12:20:20 -0500 Subject: [PATCH] Switch away from old rustup plugin --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b79d986..d846cc3 100644 --- a/.zshrc +++ b/.zshrc @@ -68,7 +68,7 @@ ZSH_THEME="spaceship" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git fzf archlinux python pip sudo tmux zsh-syntax-highlighting zsh-autosuggestions history-substring-search command-not-found systemd systemadmin rustup rsync) +plugins=(git fzf archlinux python pip sudo tmux zsh-syntax-highlighting zsh-autosuggestions history-substring-search command-not-found systemd systemadmin rust rsync) source $ZSH/oh-my-zsh.sh