mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat: check process environment variables
This commit is contained in:
5
Justfile
5
Justfile
@@ -435,6 +435,11 @@ emacs-reload:
|
|||||||
path:
|
path:
|
||||||
$env.PATH | split row ":"
|
$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
|
# Remove all reflog entries and prune unreachable objects
|
||||||
[group('git')]
|
[group('git')]
|
||||||
gitgc:
|
gitgc:
|
||||||
|
|||||||
Reference in New Issue
Block a user