summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-04 10:24:43 +0300
committerThanos Apollo <[email protected]>2023-05-04 10:24:43 +0300
commit6c20da97b1787dbd6c195e118456fd52641ad81e (patch)
treedf1cc17c5ddcbb37878940c808e8ef1cdf89b3a3 /emacs.org
parent537e2c792077b537961d7cab2f84e1c87034ef31 (diff)
emacs: update eshell aliases
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org2
1 files changed, 1 insertions, 1 deletions
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)