all repos

dotfiles @ 8e14fca90339b3aa3585197077e4a01ced599533

my dotfiles

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

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