From 2979ab9db629ce59c0f4453f3fff37dd1a7e5bb7 Mon Sep 17 00:00:00 2001 From: eeleater Date: Sat, 29 May 2021 21:42:29 +0200 Subject: [PATCH] removed some unneeded plugins --- zsh/files/direnv.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/files/direnv.zsh b/zsh/files/direnv.zsh index dd6f7ba..2d51151 100644 --- a/zsh/files/direnv.zsh +++ b/zsh/files/direnv.zsh @@ -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