You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
311 B
7 lines
311 B
print ${(%):-'%F{yellow}The `rustup` plugin is deprecated and has been moved to the `rust` plugin.'} |
|
print ${(%):-'Please update your .zshrc to use the `%Brust%b` plugin instead.%f'} |
|
|
|
(( ${fpath[(Ie)$ZSH/plugins/rust]} )) || { |
|
fpath=("$ZSH/plugins/rust" $fpath) |
|
source "$ZSH/plugins/rust/rust.plugin.zsh" |
|
}
|
|
|