all repos

dotfiles @ 30fafc46069296de66cabcf13f2215f651dcc06d

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