summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-09-08 00:07:26 +0300
committerThanos Apollo <[email protected]>2023-09-08 00:07:26 +0300
commita840f65685a29f60220c7fe7787dbac7e59b5703 (patch)
tree8b21d721de064ded23be7d5286c2d5a47d44d3c1 /.emacs.d/modules
parent806f9bcd7624f482591f6bb3a10417911a95944d (diff)
emacs: (eshell) Add magit-clone alias
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-eshell.el1
1 files changed, 1 insertions, 0 deletions
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)