diff options
Diffstat (limited to 'emacs/custom/my-eshell.el')
-rw-r--r-- | emacs/custom/my-eshell.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/custom/my-eshell.el b/emacs/custom/my-eshell.el index 76c32f4..58d63b7 100644 --- a/emacs/custom/my-eshell.el +++ b/emacs/custom/my-eshell.el @@ -46,7 +46,6 @@ (eshell/alias "gs" "magit-status") (eshell/alias "gd" "magit-diff-unstaged") (eshell/alias "gds" "magit-diff-staged") - (eshell/alias "rg" "counsel-rg") (eshell/alias "cal" "calendar") (eshell/alias "agenda" "org-agenda")) @@ -149,7 +148,6 @@ append to it, while separating multiple outputs with :commands (eshell eshell-command) :bind (("C-c e h" . my/eshell-here) ("C-c e e" . my/eshell-export) - ("C-c r" . counsel-esh-history) :map eshell-mode-map ("C-o" . my/eshell-open-file-at-point)) :custom |