mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
plugins/bash-preexec: Add loader
* plugins/bash-preexec: Add loader * plugins/bash-preexec/README: Fix description
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
# bash preexec
|
||||
|
||||
this allows to set the window title on termux
|
||||
This plugin loads `bash-preexec.sh` bundled with OMB if necessary.
|
||||
|
4
plugins/bash-preexec/bash-preexec.plugin.sh
Normal file
4
plugins/bash-preexec/bash-preexec.plugin.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#! bash oh-my-bash.module
|
||||
if [[ ! ${bash_preexec_imported:-${__bp_imported:-}} ]]; then
|
||||
source "$OSH/tools/bash-preexec.sh"
|
||||
fi
|
Reference in New Issue
Block a user