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)
# Add wisely, as too many plugins slow down shell startup.
plugins=(
'cargo'
'colored-man-pages'
'copydir'
'copyfile'
@ -85,6 +86,7 @@ plugins=(
'httpie'
'jump'
'laravel5'
'rustup'
'safe-paste'
'sudo'
'vi-mode'