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:
parent
d0ef892e35
commit
f5b3aa8d69
3 changed files with 88 additions and 1 deletions
1
.zshrc
1
.zshrc
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue