Commit f1e520207d29

Vincent Demeester <vincent@sbr.pm>
2020-08-25 17:15:30
tools/emacs: update some eshell aliases
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b4ee6c2
Changed files (1)
tools
emacs
tools/emacs/config/config-shells.el
@@ -32,10 +32,8 @@ The EShell is renamed to match that directory to make multiple windows easier."
 
   ;; Handy aliases
   (defalias 'ff 'find-file)
-
-  (defun eshell/d ()
-    "Open a dired instance of the current working directory."
-    (dired "."))
+  (defalias 'e 'find-file)
+  (defalias 'd 'dired)
 
   (defun eshell/gs (&rest args)
     (magit-status (pop args) nil)