dotfiles/.chezmoitemplates/zprofile_darwin.tmpl

14 lines
463 B
Cheetah
Raw Normal View History

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
# Added by Toolbox App
2023-08-30 10:21:27 +02:00
export PATH="$PATH:/Users/{{ .chezmoi.username }}/Library/Application Support/JetBrains/Toolbox/scripts"
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