oh-my-bash/plugins/bash-preexec/bash-preexec.plugin.sh

5 lines
129 B
Bash
Raw Normal View History

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