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

@@ -1,5 +1,5 @@
set -x CARGO_MOMMYS_MOODS chill/thirsty
set -x CARGO_MOMMYS_PRONOUNS her/pups/their/faer
set -x CARGO_MOMMYS_MOODS chill/thirsty/yikes
set -x CARGO_MOMMYS_PRONOUNS her/pups
set -x CARGO_MOMMYS_ROLES honeybee
set -x CARGO_MOMMYS_LITTLE kitten/fae/girl
set -x CARGO_MOMMYS_ACTUAL sudo

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