removed some unneeded plugins
This commit is contained in:
parent
f2a0bc7af4
commit
2979ab9db6
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ _zsh_direnv_download_install() {
|
||||||
i686 | i386)
|
i686 | i386)
|
||||||
machine=386
|
machine=386
|
||||||
;;
|
;;
|
||||||
|
aarch64)
|
||||||
|
machine=arm64
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
_zsh_direnv_log $BOLD "red" "Machine $(uname -m) not supported by this plugin"
|
_zsh_direnv_log $BOLD "red" "Machine $(uname -m) not supported by this plugin"
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue