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