Skip to content

Commit de3b17e

Browse files
committed
plugin/history*search: no need to load after plugin/history
There's no need for these plugins to load after `plugin/history`. None of the history plugins depend upon each other loading before, after, or at all.
1 parent 1f87478 commit de3b17e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

plugins/available/history-search.plugin.bash

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# shellcheck shell=bash
22
about-plugin 'search history using the prefix already entered'
33

4-
# Load after the history plugin
5-
# BASH_IT_LOAD_PRIORITY: 375
6-
74
# enter a few characters and press UpArrow/DownArrow
85
# to search backwards/forwards through the history
96
if [[ ${SHELLOPTS} =~ (vi|emacs) ]]; then

plugins/available/history-substring-search.plugin.bash

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# shellcheck shell=bash
22
about-plugin 'search history using the substring already entered'
33

4-
# Load after the history plugin
5-
# BASH_IT_LOAD_PRIORITY: 375
6-
74
# enter a few characters and press UpArrow/DownArrow
85
# to search backwards/forwards through the history
96
if [[ ${SHELLOPTS} =~ (vi|emacs) ]]; then

0 commit comments

Comments
 (0)