Skip to content

Commit

Permalink
Add shell alias for todo
Browse files Browse the repository at this point in the history
Eventually this should go in todoman config as `default_command`
pimutils/todoman#348
  • Loading branch information
Alex David committed Jan 25, 2020
1 parent 3416e26 commit 52ad28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ alias gs "git st"
alias f "vifm ."
alias t "tmux"
alias v "nvim"
alias todo "todo list --sort priority,-due"

# clipboard
alias cbc "clipboard copy"
Expand Down

0 comments on commit 52ad28c

Please sign in to comment.