diff options
-rwxr-xr-x | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index 6fd0362b..93f24d04 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 ...='../..' |