From 015ddf877f00e55fa20ec27cdd13d803422da023 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 28 Jul 2026 23:46:36 +0200 Subject: [PATCH] better aliases (rg + fd) --- lisp/init-smarter-than-emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/init-smarter-than-emacs.el b/lisp/init-smarter-than-emacs.el index fef32cc..d65970c 100644 --- a/lisp/init-smarter-than-emacs.el +++ b/lisp/init-smarter-than-emacs.el @@ -195,7 +195,8 @@ a remote file anytime and from everywhere I am by just entering :" (push consult--source-perspective consult-buffer-sources))) ;; needs to be defined outside -(defalias 'egrep 'consult-ripgrep) +(defalias 'rg 'consult-ripgrep) +(defalias 'fd 'consult-fd) ;; change directory while opening a file etc (use-package consult-dir