From a840f65685a29f60220c7fe7787dbac7e59b5703 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 8 Sep 2023 00:07:26 +0300 Subject: emacs: (eshell) Add magit-clone alias --- .emacs.d/modules/thanos-eshell.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/modules/thanos-eshell.el') diff --git a/.emacs.d/modules/thanos-eshell.el b/.emacs.d/modules/thanos-eshell.el index e1ff1ab..8d5e164 100644 --- a/.emacs.d/modules/thanos-eshell.el +++ b/.emacs.d/modules/thanos-eshell.el @@ -100,6 +100,7 @@ (setq thanos/eshell-aliases '((g . magit) (gl . magit-log) + (gc . magit-clone) (d . dired) (o . find-file) (oo . find-file-other-window) -- cgit v1.2.3