diff --git a/zsh/ripgrep.zsh b/zsh/ripgrep.zsh index f412cb5..8a3205a 100644 --- a/zsh/ripgrep.zsh +++ b/zsh/ripgrep.zsh @@ -19,4 +19,5 @@ 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|fix|unimplemented|refactor|deprecated|wip|review'" \ No newline at end of file +alias ripgrep_todo="$RG $RIPGREP_ARGS 'todo|unimplemented|refactor|deprecated|wip|review'" +alias ripgrep_fix="$RG $RIPGREP_ARGS 'fix|fixme'" \ No newline at end of file