diff options
| -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' |
