add taskwarrior aliases
This commit is contained in:
parent
9599c33405
commit
392ad736ea
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
[".config/i3/"]
|
[".config/i3/"]
|
||||||
type = "git-repo"
|
type = "git-repo"
|
||||||
url = "git@github.com:kellya/i3-config.git"
|
url = "git@git.arachnitech.com:kellya/i3-config.git"
|
||||||
refreshPeriod = "168h"
|
refreshPeriod = "168h"
|
||||||
|
|
||||||
|
[".taskwarrior_aliases/"]
|
||||||
|
type = "git-repo"
|
||||||
|
url = "git@git.arachnitech.com:kellya/twalias.git"
|
||||||
|
refreshPeriod = "168h"
|
||||||
|
|
|
@ -192,3 +192,6 @@ PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source /home/kellya/.config/tea/autocomple
|
||||||
export PATH="/home/kellya/.deta/bin:$PATH"
|
export PATH="/home/kellya/.deta/bin:$PATH"
|
||||||
|
|
||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
|
|
||||||
|
#Load taskwarrior alias file
|
||||||
|
source ~/.taskwarrior_aliases/taskwarrior_aliases
|
||||||
|
|
Loading…
Reference in a new issue