mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Adjusted plugins and gpg stuff
This commit is contained in:
parent
b0ec3a08ba
commit
3ffaad9cd2
1 changed files with 6 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ COMPLETION_WAITING_DOTS="false"
|
||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(brew bundler gem git git-flow gpg-agent history osx python vagrant)
|
plugins=(brew bundler gem git git-flow history osx pip python terraform vagrant)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
@ -62,6 +62,11 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
[ -f ~/.private-env ] && source ~/.private-env || echo '~/.private-env is missing'
|
[ -f ~/.private-env ] && source ~/.private-env || echo '~/.private-env is missing'
|
||||||
|
|
||||||
|
# Start GPG agent
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
|
gpg-connect-agent /bye
|
||||||
|
export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
|
||||||
|
|
||||||
# export MANPATH="/usr/local/man:$MANPATH"
|
# export MANPATH="/usr/local/man:$MANPATH"
|
||||||
|
|
||||||
# Start GPG agent
|
# Start GPG agent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue