Taskwarrior config/fxn's, liteshort fxn's

Update NZXT packages.
This commit is contained in:
2019-09-05 00:48:47 -04:00
parent 0cb1db417b
commit 37ba6b8dcf
28 changed files with 256 additions and 33 deletions

View File

@@ -0,0 +1,5 @@
function git-push-initial
git add -A
and git commit -S -m 'Initial commit'
and git push
end

View File

@@ -1,4 +1,4 @@
function git-push-new-gitea
git remote add gitea ssh://git@ataraxy.tk:399/Kevin-Mok/$argv[1].git
and git push --set-upstream gitea master
git remote add $argv[1] ssh://git@ataraxy.tk:399/Kevin-Mok/$argv[2].git
and git push --set-upstream $argv[1] master
end