all repos — nixfiles @ 6c2e4f6c0b289fd187fb86f07ac18669d447c07a

System and user configuration, managed by nix and home-manager

Add alias to launch magit in GUI emacs

Alan Pearce
commit

6c2e4f6c0b289fd187fb86f07ac18669d447c07a

parent

4cac4e8b64f52a05837f1f40af9fba355370d5ee

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M zsh/zshrczsh/zshrc
@@ -311,6 +311,7 @@ /^WM_NAME/{sub(/.* =/, "title:"); print}
/^WM_WINDOW_ROLE/{sub(/.* =/, "role:"); print}'\''' alias et="emacsclient -t" +alias magit='ec -e "(magit-status \"$PWD\")"' alias -g ...='../..'