diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..2dd586c --- /dev/null +++ b/.zshrc @@ -0,0 +1,9 @@ +alias magit="emacs -nw --eval '(progn (magit-status) (delete-other-windows))'" + +source ~/.antigen.zsh + +antigen bundle git + +antigen theme steeef + +antigen apply