From b4c0d0e5c4aff886d8ddd8f346736ff970999005 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Mon, 4 Mar 2024 17:01:04 +0100 Subject: [PATCH] fix --- zsh/ripgrep.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/ripgrep.zsh b/zsh/ripgrep.zsh index 94e8e23..f412cb5 100644 --- a/zsh/ripgrep.zsh +++ b/zsh/ripgrep.zsh @@ -19,4 +19,4 @@ alias ripgrep_sec="$RG $RIPGREP_ARGS '(aws_access|aws_secret|api[_-]?key|ListBuc alias ripgrep_copyright="$RG $RIPGREP_ARGS '(copyright|\u0026copy;|\\(c\\)|©) *[12][0-9]{3}'" # Development -alias ripgrep_todo="$RG $RIPGREP_ARGS 'todo|fixme|unimplemented|refactor|hack|note|optimize|bug|improve|verify|remove|deprecated|wip|review'" \ No newline at end of file +alias ripgrep_todo="$RG $RIPGREP_ARGS 'todo|fixme|fix|unimplemented|refactor|deprecated|wip|review'" \ No newline at end of file