aboutsummaryrefslogtreecommitdiff
path: root/home/programs/emacs
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-29 17:07:03 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-29 17:08:21 -0700
commit72285c99fb302ec628c27dd33bed9df7b97dc3c3 (patch)
tree474a74c60fc2f151e0400fda284dbf19136c641e /home/programs/emacs
parentmake `nomad-prod` work for all production nomad cells (diff)
downloadinfra-72285c99fb302ec628c27dd33bed9df7b97dc3c3.tar.gz
use eza in eshell
Diffstat (limited to 'home/programs/emacs')
-rw-r--r--home/programs/emacs/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/programs/emacs/init.el b/home/programs/emacs/init.el
index b19f78a..e803900 100644
--- a/home/programs/emacs/init.el
+++ b/home/programs/emacs/init.el
@@ -36,6 +36,11 @@
(eshell-stringify-t nil)
(eshell-term-name "ansi"))
+(eshell/alias "ls" "eza $*")
+(eshell/alias "la" "eza -la $*")
+(eshell/alias "ll" "eza -la -L=1 $*")
+(eshell/alias "lt" "eza -aT -L=2 $*")
+
;;; init.el ends here
;; byte-compile-warnings: (not docstrings lexical noruntime)
;; End: