update cargo mommy with correct values

This commit is contained in:
Mel
2025-03-01 02:23:45 +01:00
parent 72dac73f9e
commit 3101c4f8f6
2 changed files with 5 additions and 5 deletions

View File

@@ -21,16 +21,16 @@ function vim
end
function pass --wraps gopass
gopass
gopass $argv
end
# *ctl aliases
function sc --wraps "sudo systemctl"
sudo systemctl
sudo systemctl $argv
end
function scu --wraps "systemctl --user"
systemctl --user
systemctl --user $argv
end
# ansible related aliases