diff --git a/plugins/available/history.plugin.bash b/plugins/available/history.plugin.bash index 386e05d1..efd33981 100644 --- a/plugins/available/history.plugin.bash +++ b/plugins/available/history.plugin.bash @@ -1,6 +1,8 @@ +cite about-plugin +about-plugin 'history manipulation' # enter a few characters and press UpArrow/DownArrow # to search backwards/forwards through the history -if [ -t 1 ]; +if [ -t 1 ] then bind '"":history-search-backward' bind '"":history-search-forward'