diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-20 08:24:11 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-20 08:24:11 -0700 |
commit | 0e1c6e63352eb7891e05746529f3f8e66d7c93c8 (patch) | |
tree | 742a53e1b7495284ecf47723e7e5c3054a931ec5 | |
parent | emacs: remove deprecated variable (diff) | |
download | emacs.d-0e1c6e63352eb7891e05746529f3f8e66d7c93c8.tar.gz |
emacs: add alias for ls -l
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-eshell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-eshell.el b/emacs/custom/fcuny-eshell.el index 100dfd3..53c3f69 100644 --- a/emacs/custom/fcuny-eshell.el +++ b/emacs/custom/fcuny-eshell.el @@ -31,6 +31,7 @@ (eshell/alias "emacs" "find-file $1") (eshell/alias "ee" "find-file-other-window $1") + (eshell/alias "ll" "ls -l") (eshell/alias "d" "dired $1") (eshell/alias "gs" "magit-status") |