summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)