dotfiles/.zshrc

22 lines
335 B
Bash

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
antigen bundle oh-my-zsh
antigen bundle git
antigen theme steeef
antigen apply