diff options
-rwxr-xr-x | emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |