Explorar el Código

Remove unneeded zsh plugs

Andrew Swistak hace 3 años
padre
commit
4ea9194cc9
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      zshrc

+ 0 - 4
zshrc

@@ -73,9 +73,7 @@ export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
 [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
 
 plugins=(
-  aws
   bundler
-  cargo
   docker
   docker-compose
   git
@@ -84,8 +82,6 @@ plugins=(
   rails
   rake
   ruby
-  rust
-  rvm
   rvm
   yarn
 )