GitBucket
Pull requests
Issues
Snippets
Sign in
takane
/
.zshrc
Fork
0
Created at Wed Sep 06 11:59:58 JST 2023
Download ZIP
HTTP
Embed
Embed this snippet in your website.
HTTP
Clone with Git using the repository's web address.
Code
Revision
Forks
takane
revised this
on 7 Sep 2023
No changes.
02fcc7d
takane
revised this
on 7 Sep 2023
No changes.
1809d7e
takane
revised this
on 7 Sep 2023
No changes.
c45adc0
takane
revised this
on 6 Sep 2023
253802a
.zshrc
if [ "$(uname -m)" = "arm64" ]; then eval "$(/opt/homebrew/bin/brew shellenv)" export PATH="/opt/homebrew/bin:$PATH" else eval "$(/usr/local/bin/brew shellenv)" fi if [ "$(uname -m)" = "arm64" ]; then # arm64 export PYENV_ROOT="$HOME/.pyenv_arm64" export PATH="$HOME/.pyenv_arm64/bin:$PATH" eval "$(pyenv init -)" else # x86_64 export PYENV_ROOT="$HOME/.pyenv_x64" export PATH="$HOME/.pyenv_x64/bin:$PATH" eval "$(pyenv init -)" fi