diff options
author | Thanos Apollo <[email protected]> | 2023-09-08 00:07:26 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-08 00:07:26 +0300 |
commit | a840f65685a29f60220c7fe7787dbac7e59b5703 (patch) | |
tree | 8b21d721de064ded23be7d5286c2d5a47d44d3c1 /.emacs.d | |
parent | 806f9bcd7624f482591f6bb3a10417911a95944d (diff) |
emacs: (eshell) Add magit-clone alias
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/modules/thanos-eshell.el | 1 |
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) |