Add personal taskwarrior theme

This theme focuses more on hues than saturation. Aside from that it's
not very special versus the stock themes.

Also add an alias for taskwarrior-tui because it's sometimes useful.
This commit is contained in:
Trysdyn Black 2021-03-30 17:11:17 -07:00
parent d0ef892e35
commit f5b3aa8d69
3 changed files with 88 additions and 1 deletions

1
.zshrc
View file

@ -35,6 +35,7 @@ SAVEHIST=10000
setopt appendhistory
alias ct="clear && task"
alias tt="taskwarrior-tui"
alias ls='ls --color=auto'
alias grep='grep -EIs --color=auto --exclude-dir=.git'
alias diff='diff --color=auto'