summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-20 08:24:11 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-20 08:24:11 -0700
commit0e1c6e63352eb7891e05746529f3f8e66d7c93c8 (patch)
tree742a53e1b7495284ecf47723e7e5c3054a931ec5 /emacs/custom
parentemacs: remove deprecated variable (diff)
downloademacs.d-0e1c6e63352eb7891e05746529f3f8e66d7c93c8.tar.gz
emacs: add alias for ls -l
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/fcuny-eshell.el1
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")