diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-29 17:07:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-29 17:08:21 -0700 |
| commit | 72285c99fb302ec628c27dd33bed9df7b97dc3c3 (patch) | |
| tree | 474a74c60fc2f151e0400fda284dbf19136c641e /home/programs/emacs | |
| parent | make `nomad-prod` work for all production nomad cells (diff) | |
| download | infra-72285c99fb302ec628c27dd33bed9df7b97dc3c3.tar.gz | |
use eza in eshell
Diffstat (limited to 'home/programs/emacs')
| -rw-r--r-- | home/programs/emacs/init.el | 5 |
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: |
