root: add setup-hook
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
thisroot () {
|
||||
# Workaround thisroot.sh dependency on man
|
||||
if [ -z "${MANPATH}" ]; then
|
||||
MANPATH=:
|
||||
fi
|
||||
source @out@/bin/thisroot.sh
|
||||
}
|
||||
|
||||
envHooks+=(thisroot)
|
||||
Reference in New Issue
Block a user