mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
chore: use uname
in ARCHFLAGS in .zshrc template (#12563)
This commit is contained in:
parent
0a9a80a524
commit
01a9556574
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ source $ZSH/oh-my-zsh.sh
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
# Compilation flags
|
# Compilation flags
|
||||||
# export ARCHFLAGS="-arch x86_64"
|
# export ARCHFLAGS="-arch $(uname -m)"
|
||||||
|
|
||||||
# Set personal aliases, overriding those provided by Oh My Zsh libs,
|
# Set personal aliases, overriding those provided by Oh My Zsh libs,
|
||||||
# plugins, and themes. Aliases can be placed here, though Oh My Zsh
|
# plugins, and themes. Aliases can be placed here, though Oh My Zsh
|
||||||
|
|
Loading…
Reference in a new issue