Skip to content

Commit

Permalink
feat(alias): add glolnc alias to show commits without chores
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Mar 18, 2024
1 parent 6c5f60d commit f5adca9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/custom/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ alias path='echo -e ${PATH//:/\\n}'

# Use lsd
alias ls='lsd'

# Git
alias glolnc='glol --grep="^chore" --invert-grep'

0 comments on commit f5adca9

Please sign in to comment.