magic/profiles/mac/profile
2024-09-04 11:42:27 +08:00

12 lines
506 B
Bash

alias l='ls -lhF'
alias ll=l
alias la='ls -AlhF'
export PS1='%(?:%{%}%1{➜%} :%{%}%1{➜%} ) %{%}%~%{%} $(git_prompt_info)'
export PATH=$PATH:/Users/gaofei/Projects/github.com/magic/scripts
export PATH="/usr/local/opt/node@20/bin:$PATH"
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
export HOMEBREW_API_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/api"
export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles"