summaryrefslogtreecommitdiff
path: root/templates/zshrc.zsh-template
diff options
context:
space:
mode:
author0x07CB <83157348+0x07CB@users.noreply.github.com>2024-07-28 11:06:44 +0200
committerGitHub <noreply@github.com>2024-07-28 11:06:44 +0200
commit01a955657408c8396fc947075a912ee868d5e2a7 (patch)
tree1dac562d9a6932e0c88cb0251122b98f88bd1f18 /templates/zshrc.zsh-template
parent0a9a80a524ca277ed6573e233204806f800a9292 (diff)
downloadzsh-01a955657408c8396fc947075a912ee868d5e2a7.tar.gz
zsh-01a955657408c8396fc947075a912ee868d5e2a7.tar.bz2
zsh-01a955657408c8396fc947075a912ee868d5e2a7.zip
chore: use `uname` in ARCHFLAGS in .zshrc template (#12563)
Diffstat (limited to 'templates/zshrc.zsh-template')
-rw-r--r--templates/zshrc.zsh-template2
1 files changed, 1 insertions, 1 deletions
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