dotfiles/config/fish/functions/srtdock.fish

3 lines
76 B
Fish

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