home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f1e520207d29f82b36f350acac5d4b2efb2f8033
parent b4ee6c21a45597f032c5d8582ad6c651a262d0aa
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 25 Aug 2020 16:15:30 +0100

tools/emacs: update some eshell aliases

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-shells.el | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tools/emacs/config/config-shells.el b/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)