-
Notifications
You must be signed in to change notification settings - Fork 0
/
zshrc
34 lines (23 loc) · 850 Bytes
/
zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SPACESHIP_PROMPT_ORDER=(
dir # Current directory section
git # Git section (git_branch + git_status)
pyenv # Pyenv section
line_sep # Line break
exit_code # Exit code section
char # Prompt character
)
source "$HOME/.antigen/antigen.zsh"
[ -f ~/.private-env ] && source ~/.private-env
DOTFILES="$HOME/.dotfiles"
export NVM_LAZY_LOAD=true
antigen init .antigenrc
export PYENV_ROOT="/usr/local/Cellar/pyenv/1.2.13_1"
eval "$(${PYENV_ROOT}/bin/pyenv init - zsh --no-rehash)"
source "$HOME/.aliases"
source "$HOME/.colors"
source "$HOME/.functions"
[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent