15 lines
241 B
Bash
15 lines
241 B
Bash
alias magit="emacs -nw --eval '(progn (magit-status) (delete-other-windows))'"
|
|
|
|
# Golang
|
|
export GOPATH=~/.gocode
|
|
|
|
# Path
|
|
export PATH=$PATH:$(go env GOPATH)/bin
|
|
|
|
source ~/.antigen.zsh
|
|
|
|
antigen bundle git
|
|
|
|
antigen theme steeef
|
|
|
|
antigen apply
|