dotfiles/config/fish/functions/srtdock.fish (view raw)
function srtdock -d "Start docker daemon"
sudo systemctl start docker
end