removed some unneeded plugins

This commit is contained in:
eeleater 2021-05-29 21:42:29 +02:00
parent f2a0bc7af4
commit 2979ab9db6

View file

@ -36,6 +36,9 @@ _zsh_direnv_download_install() {
i686 | i386)
machine=386
;;
aarch64)
machine=arm64
;;
*)
_zsh_direnv_log $BOLD "red" "Machine $(uname -m) not supported by this plugin"
return 1