zsh: Added .local/bin path and gpg tty
This commit is contained in:
parent
bccffd9815
commit
0aa8938b5b
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue