all repos

dotfiles @ 72228fef646b571796e13cc08cf465026d91bdcd

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