all repos

dotfiles @ cb4e71678d211ecb4eb7faebeb3eade3ad206810

my dotfiles

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

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