diff --git a/dotfiles/sstent/justfile b/dotfiles/sstent/justfile index e26c02b..435d700 100644 --- a/dotfiles/sstent/justfile +++ b/dotfiles/sstent/justfile @@ -77,3 +77,10 @@ ssh_host HOST COMMAND: ssh_list_hosts: @echo "Predefined hosts:" @echo "{{HOSTS}}" | tr ' ' '\n' | sed 's/^/ - /' + + +mr_sync: + mr commit -a -m "sync" + +mr_add_all: + mr run git add --all