Compare commits
5 commits
4810faaed1
...
392ad736ea
Author | SHA1 | Date | |
---|---|---|---|
392ad736ea | |||
9599c33405 | |||
6152b4af8f | |||
9abc07790b | |||
5b2546a67e |
2 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue