diff options
| author | Christian Cleberg <[email protected]> | 2026-02-22 00:00:19 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-22 00:00:19 -0600 |
| commit | 9332f15ca8bb51bc0e32a78765111b40cee40c00 (patch) | |
| tree | 51911907f391bfd638e34aab3b688b9c7fe961f1 /common | |
| parent | 76e87ab090cecb92579645ce3a5bb0247ef548b1 (diff) | |
| download | dotfiles-9332f15ca8bb51bc0e32a78765111b40cee40c00.tar.gz dotfiles-9332f15ca8bb51bc0e32a78765111b40cee40c00.tar.bz2 dotfiles-9332f15ca8bb51bc0e32a78765111b40cee40c00.zip | |
fix ripgrep command
Diffstat (limited to 'common')
| -rw-r--r-- | common/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
