We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_bash_it_library_finalize_hook
1 parent 6b08284 commit a939196Copy full SHA for a939196
lib/preexec.bash
@@ -20,8 +20,8 @@ function __bp_require_not_readonly() { :; }
20
# Disable trap DEBUG on subshells - https://github.com/Bash-it/bash-it/pull/1040
21
__bp_enable_subshells= # blank
22
23
-# Modify `$PROMPT_COMMAND` now
24
-__bp_install_after_session_init
+# Modify `$PROMPT_COMMAND` in finalize hook
+_bash_it_library_finalize_hook+=('__bp_install_after_session_init')
25
26
## Helper functions
27
function __check_precmd_conflict() {
0 commit comments