chore: use `uname` in ARCHFLAGS in .zshrc template (#12563)

master
0x07CB 2 years ago committed by GitHub
parent 0a9a80a524
commit 01a9556574
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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

Loading…
Cancel
Save