Initial commit
This commit is contained in:
commit
25cbb9b95e
|
@ -0,0 +1,5 @@
|
||||||
|
[$HOME/.config/vcsh/repo.d/mr.git]
|
||||||
|
checkout = vcsh clone git://github.com/RichiH/vcsh_mr_template.git
|
||||||
|
update = vcsh run mr git pull
|
||||||
|
push = vcsh run mr git push
|
||||||
|
status = vcsh run mr git status
|
|
@ -0,0 +1,5 @@
|
||||||
|
[$HOME/.config/vcsh/repo.d/zsh.git]
|
||||||
|
checkout = vcsh clone git://github.com/RichiH/zshrc.git
|
||||||
|
update = vcsh run zsh git pull
|
||||||
|
push = vcsh run zsh git push
|
||||||
|
status = vcsh run zsh git status
|
|
@ -0,0 +1 @@
|
||||||
|
../available.d/mr.vcsh
|
|
@ -0,0 +1 @@
|
||||||
|
*
|
Loading…
Reference in New Issue