Switch away from old rustup plugin

This commit is contained in:
Rain Clark 2022-01-19 12:20:20 -05:00
parent 01617c6eb0
commit 5a51366ed7

2
.zshrc
View File

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