all repos

dotfiles @ bcc3176942b159327431144200deaeca7fc35bfd

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