From ef1bfb3baddb3a1384bf5f60b43b47986df3dbd8 Mon Sep 17 00:00:00 2001 From: 0x07cb <83157348+0x07CB@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:43:48 +0200 Subject: [PATCH] change the commented config line about ARCHFLAG to use uname --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 89fd0780e..930015798 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -89,7 +89,7 @@ source $ZSH/oh-my-zsh.sh # fi # Compilation flags -# export ARCHFLAGS="-arch x86_64" +# export ARCHFLAGS="-arch $(uname -m)" # Set personal aliases, overriding those provided by Oh My Zsh libs, # plugins, and themes. Aliases can be placed here, though Oh My Zsh