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