This wasn't working for some reason... just rely on the eshell hook

This commit is contained in:
Jeremy Dormitzer 2020-07-25 16:42:15 -04:00
parent 0867489eed
commit 8b65c1e3fe

View File

@ -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