Add cargo/rust to zshrc

This commit is contained in:
Tobias Reisinger 2021-11-13 12:39:15 +01:00
parent c178135997
commit 1a3cea72b9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -72,6 +72,7 @@ ZSH_CUSTOM=$ZDOTDIR/custom
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=( plugins=(
'cargo'
'colored-man-pages' 'colored-man-pages'
'copydir' 'copydir'
'copyfile' 'copyfile'
@ -85,6 +86,7 @@ plugins=(
'httpie' 'httpie'
'jump' 'jump'
'laravel5' 'laravel5'
'rustup'
'safe-paste' 'safe-paste'
'sudo' 'sudo'
'vi-mode' 'vi-mode'