diff options
author | Thanos Apollo <[email protected]> | 2023-08-21 04:39:37 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-21 04:39:37 +0300 |
commit | 3978266f1febce79ce3c3a1b92ed1ade92c91d0e (patch) | |
tree | 273fd517177da0efea4b55a100536de08c0fead7 /emacs.org | |
parent | 97fb80d3174e6f21478b680ae355dd504f3131d6 (diff) |
emacs: update eshell aliases
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1044,10 +1044,12 @@ Create function to watch videos using ~mpv~ '((g . magit) (gl . magit-log) (d . dired) - (o . find-file) + (o . find-file) + (f . find-file) (oo . find-file-other-window) - (ls . (lambda () (eshell/ls '-la))) - (ll . (lambda () (eshell/ls))))) + (ls . (eshell/ls '-la)) + (ll . eshell/ls) + (clear . eshell/clear-scrollback))) ;; Define aliases using `mapcar` (mapc (lambda (alias) |