dotfiles/.zshrc

25 lines
364 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
# Editor
export EDITOR=nvim
source ~/.antigen.zsh
antigen bundle oh-my-zsh
antigen bundle git
antigen theme steeef
antigen apply