all repos

dotfiles @ 83e573d06fb2689a59446ec4280f140b8b851efc

i use rach linux btw

dotfiles/config/fish/functions/srtdock.fish (view raw)

1
function srtdock -d "Start docker daemon"
2
  sudo systemctl start docker
3
end