Files
skel/dotfiles/zshrc.d/functions.zsh
David Tomaschik 50174a4f72 Add misc functions
2022-03-11 12:36:02 -08:00

4 lines
57 B
Bash

function dumpenv {
tr '\0' '\n' < /proc/${1}/environ
}