diff options
author | Thanos Apollo <[email protected]> | 2023-05-04 10:24:43 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-04 10:24:43 +0300 |
commit | 6c20da97b1787dbd6c195e118456fd52641ad81e (patch) | |
tree | df1cc17c5ddcbb37878940c808e8ef1cdf89b3a3 /emacs.org | |
parent | 537e2c792077b537961d7cab2f84e1c87034ef31 (diff) |
emacs: update eshell aliases
Diffstat (limited to 'emacs.org')
-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) |