all repos

dotfiles @ 6beef0016724f40fd7083ccc84897764ed936328

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