diff options
author | P. J. McDermott <pj@pehjota.net> | 2021-09-21 22:36:26 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2021-09-21 22:36:26 (EDT) |
commit | 5122a46e6ba45f1a96eb98749cd4d2ca77ae15d6 (patch) | |
tree | d2f57de40b51a43d9c1a6781129e5dba6c37dd9e /.config | |
parent | 58263f7dedc7c4f5022eb797851e81e0917b9d44 (diff) | |
download | mr-master.zip mr-master.tar.gz mr-master.tar.bz2 |
Diffstat (limited to '.config')
-rw-r--r-- | .config/mr/available.d/git.vcsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mr/available.d/git.vcsh b/.config/mr/available.d/git.vcsh index 69aeb8d..562a182 100644 --- a/.config/mr/available.d/git.vcsh +++ b/.config/mr/available.d/git.vcsh @@ -1,2 +1,2 @@ [$HOME/.config/vcsh/repo.d/git.git] -checkout = vcsh clone ssh://git@git.pehjota.net/dotfiles/git.git git +checkout = vcsh clone -b host/$(cat /etc/hostname) ssh://git@git.pehjota.net/dotfiles/git.git git |