all repos

dotfiles @ b4b8e523abc00a7659fdafdab9b15a2a79d86675

i use rach linux btw

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

Olexandr Smirnov Olexandr Smirnov
olexsmir@gmail.com
fish: add some helper functions, 10 months ago
1
function srtdock -d "Start docker daemon"
2
  sudo systemctl start docker
3
end