tv bash: optionally source $BASH_EXTRA_INIT

This commit is contained in:
tv 2023-01-11 16:53:26 +01:00
parent 59a447ac04
commit ab8139704a

View File

@ -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