From 6c20da97b1787dbd6c195e118456fd52641ad81e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 4 May 2023 10:24:43 +0300 Subject: emacs: update eshell aliases --- emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.org') diff --git a/emacs.org b/emacs.org index 276f4d0..6dd3a9c 100755 --- a/emacs.org +++ b/emacs.org @@ -380,7 +380,7 @@ Hook with ~dired-mode~ (while (re-search-forward "alias \\(.+\\)='\\(.+\\)'$" nil t) (eshell/alias (match-string 1) (match-string 2))))) - (defalias 'open 'find-file) + (defalias 'o 'find-file) (add-hook 'eshell-alias-load-hook 'eshell-load-bash-aliases) (eshell-git-prompt-use-theme 'powerline) -- cgit v1.2.3