Created
December 14, 2021 13:12
-
-
Save zew13/e9b01c233b3ac9a49b5ab1f1e93f046f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . ~/.bash_aliases | |
| [ -z "$PS1" ] && return | |
| eval "$(direnv hook zsh)" | |
| autoload -Uz compinit | |
| compinit | |
| source ~/.zplugin.zsh | |
| if [ -f ~/.bash_profile ]; then | |
| . ~/.bash_profile | |
| fi | |
| # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. | |
| [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh | |
| export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles | |
| setopt extended_glob |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment