all repos

dotfiles @ 6016e1fb7a4e3a76391f024ac76e170e33bf4a99

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