change the commented config line about ARCHFLAG to use uname

This commit is contained in:
0x07cb 2024-07-18 09:43:48 +02:00
commit ef1bfb3bad
No known key found for this signature in database
GPG key ID: 610E85EADD089617

View file

@ -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