9 lines
160 B
Bash
9 lines
160 B
Bash
alias magit="emacs -nw --eval '(progn (magit-status) (delete-other-windows))'"
|
|
|
|
source ~/.antigen.zsh
|
|
|
|
antigen bundle git
|
|
|
|
antigen theme steeef
|
|
|
|
antigen apply
|