[emacs] assimilate and add eshell-up, add eshell aliases file
[~bandali/configs] / init.org
index b6fe1b8..ed8bddb 100644 (file)
--- a/init.org
+++ b/init.org
@@ -1956,6 +1956,13 @@ For when I /have to/ use GH.
   (setq magithub-clone-default-directory "~/src/git"))
 #+end_src
 
+** [[https://github.com/peterwvj/eshell-up][eshell-up]]
+
+#+begin_src emacs-lisp
+(use-package eshell-up
+  :after eshell)
+#+end_src
+
 * Email
 
 #+begin_src emacs-lisp