fish: add some helper functions

This commit is contained in:
Olexandr Smirnov 2025-07-23 23:43:36 +03:00
parent 668c451b55
commit 7bea68f38a
No known key found for this signature in database
4 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,3 @@
function srtdock
function srtdock -d "Start docker daemon"
sudo systemctl start docker
end