Skip to content

Commit

Permalink
Add tbh alias -> alias | grep tb
Browse files Browse the repository at this point in the history
  • Loading branch information
lgegrtnr committed Sep 20, 2022
1 parent 3dde754 commit 8325e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ alias printers="lpstat -a"
alias forgith="agrep forgit"

## tb shorthands
alias tbh="agrep tb"
alias tbc="tb | fzf | cut -d '.' -f 1 | xargs tb --check"
alias tbtc="tb --task @coding"
alias tbtt="tb --task @this_week"
Expand Down

0 comments on commit 8325e2c

Please sign in to comment.