Create pet package: holds both config AND snippets for convenciance:)

This commit is contained in:
2025-06-18 11:25:00 +02:00
parent c074cfa3e0
commit a4f2cff5f3
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[[Snippets]]
Description = "Get root shell while preserving environment variables."
Output = ""
Tag = ["superuser", "bash", "sh", "envvar"]
command = "sudo -E --shell"