all repos

dotfiles @ 5dac31af57e5add9c8664e832b187381f6a33935

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