From 9332f15ca8bb51bc0e32a78765111b40cee40c00 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 22 Feb 2026 00:00:19 -0600 Subject: fix ripgrep command --- common/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc index 713a368..4f2d6ae 100644 --- a/common/zsh/.zshrc +++ b/common/zsh/.zshrc @@ -76,7 +76,7 @@ alias l='eza -lah --icons --git --group-directories-first --header' alias cd="z" alias cat="bat --paging=never --theme=Coldark-Cold" alias mkdir="mkdir -p" -alias grep="ripgrep" +alias grep="rg" alias find="fd" alias emacs="emacs -nw" alias xclean="fd -H '.DS_Store' -t f -x rm" -- cgit v1.2.3