Skip to content

Instantly share code, notes, and snippets.

@zew13
Created December 14, 2021 13:12
Show Gist options
  • Select an option

  • Save zew13/e9b01c233b3ac9a49b5ab1f1e93f046f to your computer and use it in GitHub Desktop.

Select an option

Save zew13/e9b01c233b3ac9a49b5ab1f1e93f046f to your computer and use it in GitHub Desktop.
. ~/.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