dotfiles/.zshrc

16 lines
241 B
Bash
Raw Normal View History

2020-12-31 11:55:44 +00:00
alias magit="emacs -nw --eval '(progn (magit-status) (delete-other-windows))'"
2020-12-31 18:16:28 +00:00
# Golang
export GOPATH=~/.gocode
# Path
export PATH=$PATH:$(go env GOPATH)/bin
2020-12-31 11:55:44 +00:00
source ~/.antigen.zsh
antigen bundle git
antigen theme steeef
antigen apply