-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_zprofile
22 lines (17 loc) · 1.01 KB
/
dot_zprofile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Amazon Q pre block. Keep at the top of this file.
source_if_exists_outside_emacs "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh"
export LC_ALL=en_US.UTF-8
# Added by Toolbox App
export PATH="$PATH:$HOME/Library/Application Support/JetBrains/Toolbox/scripts"
# Set PATH, MANPATH, etc., for Homebrew.
[[ -f "/usr/local/bin/brew" ]] && eval "$(/usr/local/bin/brew shellenv)"
[[ -f "/opt/homebrew/bin/brew" ]] && eval "$(/opt/homebrew/bin/brew shellenv)"
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.ustc.edu.cn/brew.git"
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.ustc.edu.cn/homebrew-core.git"
export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.ustc.edu.cn/homebrew-bottles"
export HOMEBREW_API_DOMAIN="https://mirrors.ustc.edu.cn/homebrew-bottles/api"
# Python
export PATH="$(brew --prefix python)/libexec/bin:$PATH"
source virtualenvwrapper.sh
# Amazon Q post block. Keep at the bottom of this file.
source_if_exists_outside_emacs "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh"