environ: highlight env var values rather than names

This commit is contained in:
Fernando Schauenburg 2021-08-09 00:00:00 +02:00
parent a6f51c9be3
commit 37a8a8f5e9

View file

@ -1,3 +1,3 @@
#!/bin/sh
env | sort | grep --color=always -E '^[^=]+='
env | sort | grep --color=always '=.*$'