diff options
author | Alexis Hovorka <[email protected]> | 2020-12-22 17:57:12 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2020-12-22 17:57:12 -0700 |
commit | bd3d114f9513ddda9a2947ca1f6c995638c2006c (patch) | |
tree | 016e7deb0b3cdd1052f4e5079909e0fecc621bba /base.yaml | |
parent | 76fa4bcc0613faefd4e8739b1a18291c25aa307f (diff) |
[feat] Add a few basic Taskwarrior contexts
Diffstat (limited to 'base.yaml')
-rw-r--r-- | base.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,10 +27,10 @@ ~/.gitmessage: base/gitmessage ~/.makepkg.conf: base/makepkg.conf ~/.npmrc: base/npmrc + ~/.task/main.rc: base/task/main.rc ~/.task/task.triggers: base/task/task.triggers ~/.task/taskwarrior-holidays.sh: base/task/taskwarrior-holidays.sh ~/.task/taskwarrior-holidays.rc: base/task/taskwarrior-holidays.rc - ~/.taskrc: base/taskrc ~/.tmux.conf: base/tmux.conf ~/.vim/autoload: base/vim/autoload ~/.vim/colors: base/vim/colors @@ -46,4 +46,5 @@ ~/.zshrc: base/zshrc - shell: + - grep "include ~/.task/main.rc" ~/.taskrc || echo "include ~/.task/main.rc" >>~/.taskrc - touch ~/.hushlogin |