cmc/dotfiles

Using GNU Stow to manage my dotfiles.

clone: git clone https://gitbay.org/cmc/dotfiles.git

9332f15ca8bb51bc0e32a78765111b40cee40c00

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-02-22T06:00:19Z

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"