all repos

dotfiles @ 2f0d0c60d2eb2dd274beaf3c6118b3ebd5525d22

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