diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-08-14 15:21:52 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-08-14 16:21:50 +0200 |
commit | 5b12b5899af2f8ff7933a6ad6f8be9363a0e992b (patch) | |
tree | bdc80cb572989cb5078e6776a591871472e8d76f /.zsh_taskwarrior | |
parent | 6b5984db839e3cd454f02dfd2d4699f30c66913c (diff) |
Speed up startup
Diffstat (limited to '.zsh_taskwarrior')
-rw-r--r-- | .zsh_taskwarrior | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh_taskwarrior b/.zsh_taskwarrior index c579511..ea9104e 100644 --- a/.zsh_taskwarrior +++ b/.zsh_taskwarrior @@ -31,4 +31,4 @@ autoload colors && colors # zstyle ':completion:*:*:task:*:values' list-colors "=(#b) #([^-]#)*=$color[cyan]=$color[bold];$color[red]" # zstyle ':completion:*:*:task:*:commands' list-colors "=(#b) #([^-]#)*=$color[cyan]=$color[yellow]" -### END task auto-completion ###
\ No newline at end of file +### END task auto-completion ### |