all repos

dotfiles @ e2b99c3c8aa4296752440f8d60162f54dbaf0e21

my dotfiles

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

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