all repos

dotfiles @ 02b4623c31ccd60215ff9c93e19a334f46ffd100

my dotfiles

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

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