zsh: Added .local/bin path and gpg tty

This commit is contained in:
Felipe M 2021-01-12 10:50:43 +01:00
parent bccffd9815
commit 0aa8938b5b
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 4 additions and 0 deletions

4
.zshrc
View File

@ -1,10 +1,14 @@
alias magit="emacs -nw --eval '(progn (magit-status) (delete-other-windows))'"
# GPG tty
export GPG_TTY=$(tty)
# Golang
export GOPATH=~/.gocode
# Path
export PATH=$PATH:$(go env GOPATH)/bin
export PATH=$PATH:$HOME/.local/bin
source ~/.antigen.zsh