diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-18 00:02:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-18 00:02:33 +0300 |
| commit | b9b2a9fd737794ae900b014ad32fc587c3f1d405 (patch) | |
| tree | ad6ece4749999660a1bb4988e547a75a9f9714ef | |
| parent | d0b3994cd6cf7e61b6d8af6310264ce754202314 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/taskwarrior.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/taskwarrior.fish b/dotfiles/fish/conf.d/taskwarrior.fish index 050731d..28a3f19 100644 --- a/dotfiles/fish/conf.d/taskwarrior.fish +++ b/dotfiles/fish/conf.d/taskwarrior.fish @@ -118,6 +118,8 @@ end abbr -a t task abbr -a L 'task add +log' +abbr -a tlog 'task add +log' +abbr -a log 'task add +log' abbr -a tdue 'vit status:pending due.before:now' abbr -a thome 'vit +home' abbr -a tasks 'vit -track' |
