tv bash: optionally source $BASH_EXTRA_INIT
This commit is contained in:
parent
59a447ac04
commit
ab8139704a
@ -39,6 +39,10 @@ with import ./lib;
|
||||
esac
|
||||
|
||||
${pkgs.bash-fzf-history.bind}
|
||||
|
||||
if test -n "''${BASH_EXTRA_INIT-}"; then
|
||||
. "$BASH_EXTRA_INIT"
|
||||
fi
|
||||
'';
|
||||
promptInit = /* sh */ ''
|
||||
case $UID in
|
||||
|
Loading…
Reference in New Issue
Block a user