From 1dd279bf541151697496ecf6c1ac513528b492ae Mon Sep 17 00:00:00 2001 From: Felipe M Date: Thu, 31 Dec 2020 12:55:44 +0100 Subject: [PATCH] zsh: Added .zshrc --- .zshrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .zshrc 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