all repos

dotfiles @ 2577353e491f875e267a4bb352a10c36685198e7

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