mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
4026ab6380
* plugins/bash-preexec: Add loader * plugins/bash-preexec/README: Fix description
5 lines
129 B
Bash
5 lines
129 B
Bash
#! bash oh-my-bash.module
|
|
if [[ ! ${bash_preexec_imported:-${__bp_imported:-}} ]]; then
|
|
source "$OSH/tools/bash-preexec.sh"
|
|
fi
|