all repos

dotfiles @ fa061e6d55708ec149a161d79f2f0532a1fbae66

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