summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xzsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 6fd0362..93f24d0 100755
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -311,6 +311,7 @@ alias wprop='xprop |awk '\''
     /^WM_WINDOW_ROLE/{sub(/.* =/, "role:"); print}'\'''
 
 alias et="emacsclient -t"
+alias magit='ec -e "(magit-status \"$PWD\")"'
 
 alias -g ...='../..'