2023-08-27 18:23:58 +02:00
|
|
|
export LC_ALL=en_US.UTF-8
|
|
|
|
|
2023-08-30 14:19:05 +02:00
|
|
|
export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.0.0/bin:/usr/local/bin:$PATH
|
2023-08-27 18:23:58 +02:00
|
|
|
|
|
|
|
# Added by Toolbox App
|
2023-08-30 10:21:27 +02:00
|
|
|
export PATH="$PATH:/Users/{{ .chezmoi.username }}/Library/Application Support/JetBrains/Toolbox/scripts"
|
2023-08-27 18:23:58 +02:00
|
|
|
|
|
|
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
2023-08-30 14:28:08 +02:00
|
|
|
|
|
|
|
# Setting PATH for Python 3.11
|
|
|
|
# The original version is saved in .zprofile.pysave
|
|
|
|
PATH="/Library/Frameworks/Python.framework/Versions/3.11/bin:${PATH}"
|
|
|
|
export PATH
|