dotfiles/.zshrc

18 lines
267 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
2021-01-03 18:12:53 +00:00
antigen bundle oh-my-zsh
2020-12-31 11:55:44 +00:00
antigen bundle git
antigen theme steeef
antigen apply