fish/functions/dump.fish @ 562b7094aad5

Neovim tweaks
author Steve Losh <steve@stevelosh.com>
date Mon, 18 Jul 2016 13:04:41 +0000
parents c0b7ab63d895
children 122228d53e7a
function dump -d "dump to/from the internet"
    hg -R ~/.plan push
    hg -R ~/.plan push git

    hg -R ~/src/cl-nrepl push

    hg -R ~/src/bones push
    hg -R ~/src/bones push git

    hg -R ~/src/mazes push
    hg -R ~/src/mazes push git

    hg -R ~/src/coding-math push
    hg -R ~/src/coding-math push git

    hg -R ~/src/sand push

    hg -R ~/src/hype push

    hg -R ~/lib/dotfiles push

    offlineimap -qf INBOX
end