From 6a44cfc35fcac66934e6843d0eb37a09659b7152 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Thu, 7 Mar 2024 02:39:25 +0100 Subject: [PATCH] fix --- zsh/ripgrep.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/ripgrep.zsh b/zsh/ripgrep.zsh index 8a3205a..b492628 100644 --- a/zsh/ripgrep.zsh +++ b/zsh/ripgrep.zsh @@ -19,5 +19,6 @@ 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|unimplemented|refactor|deprecated|wip|review'" +alias ripgrep_todo="$RG $RIPGREP_ARGS 'todo|unimplemented|refactor|wip'" +alias ripgrep_review="$RG $RIPGREP_ARGS 'review|deprecated'" alias ripgrep_fix="$RG $RIPGREP_ARGS 'fix|fixme'" \ No newline at end of file