mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-12-29 02:08:27 +01:00
modified: README.md modified: bash/dot-bashrc modified: git/dot-config/git/config new file: helix/dot-config/helix/config.toml modified: pet/dot-config/pet/snippet.toml renamed: run.sh -> setup.sh
13 lines
347 B
TOML
13 lines
347 B
TOML
|
|
[[Snippets]]
|
|
Description = "Get root shell while preserving environment variables."
|
|
Output = ""
|
|
Tag = ["superuser", "bash", "sh", "envvar"]
|
|
command = "sudo -E --shell"
|
|
|
|
[[Snippets]]
|
|
Description = "Preprocess slabinfo header so that columns align correctly"
|
|
Output = ""
|
|
Tag = []
|
|
command = "sed 's/# //' /proc/slabinfo | column -t"
|