From 392ad736ea9fb77bde8728ce84e134a158053ee1 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Wed, 25 Jan 2023 13:46:02 -0500 Subject: [PATCH] add taskwarrior aliases --- .chezmoiexternal.toml | 6 +++++- dot_zshrc | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index fcbf4f0..3aaef84 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -1,5 +1,9 @@ [".config/i3/"] type = "git-repo" - url = "git@github.com:kellya/i3-config.git" + url = "git@git.arachnitech.com:kellya/i3-config.git" refreshPeriod = "168h" +[".taskwarrior_aliases/"] + type = "git-repo" + url = "git@git.arachnitech.com:kellya/twalias.git" + refreshPeriod = "168h" diff --git a/dot_zshrc b/dot_zshrc index d03a6fc..d8efb69 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -192,3 +192,6 @@ PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source /home/kellya/.config/tea/autocomple export PATH="/home/kellya/.deta/bin:$PATH" eval $(thefuck --alias) + +#Load taskwarrior alias file +source ~/.taskwarrior_aliases/taskwarrior_aliases