Add cargo/rust to zshrc
This commit is contained in:
parent
c178135997
commit
1a3cea72b9
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue