all repos

dotfiles @ b7ba37a

my dotfiles

config/fish/functions/srtdock.fish (view raw)

1
2
3
function srtdock -d "Start docker daemon"
  sudo systemctl start docker
end