all repos

dotfiles @ e9f99e0af5e21840bd96fa9dd1488c6fd0a8ad82

i use rach linux btw

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

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