Skip to content

Commit

Permalink
plugin/history*search: no need to load after plugin/history
Browse files Browse the repository at this point in the 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.
  • Loading branch information
gaelicWizard committed Jan 26, 2022
1 parent 3a277cd commit 7787e9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions plugins/available/history-search.plugin.bash
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# shellcheck shell=bash
about-plugin 'search history using the prefix already entered'

# Load after the history plugin
# BASH_IT_LOAD_PRIORITY: 375

# enter a few characters and press UpArrow/DownArrow
# to search backwards/forwards through the history
if [[ ${SHELLOPTS} =~ (vi|emacs) ]]; then
Expand Down
3 changes: 0 additions & 3 deletions plugins/available/history-substring-search.plugin.bash
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# shellcheck shell=bash
about-plugin 'search history using the substring already entered'

# Load after the history plugin
# BASH_IT_LOAD_PRIORITY: 375

# enter a few characters and press UpArrow/DownArrow
# to search backwards/forwards through the history
if [[ ${SHELLOPTS} =~ (vi|emacs) ]]; then
Expand Down

0 comments on commit 7787e9e

Please sign in to comment.