mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
10 lines
197 B
Bash
10 lines
197 B
Bash
function dumpenv {
|
|
tr '\0' '\n' < /proc/${1}/environ
|
|
}
|
|
|
|
if test -x "${HOME}/tools/starship/starship" ; then
|
|
function starship_prompt {
|
|
eval $($HOME/tools/starship/starship init zsh)
|
|
}
|
|
fi
|