oh-my-bash/plugins/bash-preexec/bash-preexec.plugin.sh
Koichi Murase 4026ab6380 plugins/bash-preexec: Add loader
* plugins/bash-preexec: Add loader
* plugins/bash-preexec/README: Fix description
2022-10-02 11:21:06 +09:00

5 lines
129 B
Bash

#! bash oh-my-bash.module
if [[ ! ${bash_preexec_imported:-${__bp_imported:-}} ]]; then
source "$OSH/tools/bash-preexec.sh"
fi