From 8b65c1e3fef1d3f54b5ab31988535086f27a4881 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sat, 25 Jul 2020 16:42:15 -0400 Subject: [PATCH] This wasn't working for some reason... just rely on the eshell hook --- emacs/init.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs/init.org b/emacs/init.org index 02b4cc5..2b5795d 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -2707,8 +2707,7 @@ Some aliases: (eshell/alias (car alias) (cdr alias))))) (defun def-eshell-alias! (alias command) - (add-to-list 'eshell-aliases (cons alias command)) - (eshell/alias alias command)) + (add-to-list 'eshell-aliases (cons alias command))) #+END_SRC ** Prompt