feat: check process environment variables

This commit is contained in:
Ryan Yin
2024-07-31 10:54:12 +08:00
parent 422ec75ec0
commit 1e7b9697e1

View File

@@ -435,6 +435,11 @@ emacs-reload:
path:
$env.PATH | split row ":"
[linux]
[group('common')]
penvof pid:
sudo cat $"/proc/($pid)/environ" | tr '\0' '\n'
# Remove all reflog entries and prune unreachable objects
[group('git')]
gitgc: