diff options
author | Alexis Hovorka <[email protected]> | 2021-01-02 19:08:15 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2021-01-02 19:08:15 -0700 |
commit | 0cb6fa7ea6dd6c6d17eb960e1a4a0cc9485ff29c (patch) | |
tree | 15aef185afecda8320aaced56198c425c705a43e /base/zsh/aliases.zsh | |
parent | bd3d114f9513ddda9a2947ca1f6c995638c2006c (diff) |
[feat] Add Taskwarrior aliases and custom reviewer
Diffstat (limited to 'base/zsh/aliases.zsh')
-rw-r--r-- | base/zsh/aliases.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/zsh/aliases.zsh b/base/zsh/aliases.zsh index 3c65362..9613304 100644 --- a/base/zsh/aliases.zsh +++ b/base/zsh/aliases.zsh @@ -47,4 +47,8 @@ alias reboot="systemctl reboot" alias shutdown="systemctl poweroff" alias poweroff="systemctl poweroff" +# TASKWARRIOR +export TASKBIN="$(builtin which task)" +alias task="taskw" + alias whoaminot="echo adam" |