Skip to content

Commit

Permalink
chore: use uname in ARCHFLAGS in .zshrc template (ohmyzsh#12563)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x07CB authored Jul 28, 2024
1 parent 0a9a80a commit 01a9556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/zshrc.zsh-template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01a9556

Please sign in to comment.