From 4dce9adc59c6180b723864c779c20608d78dc2bb Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Sat, 17 Feb 2018 08:06:34 -0800 Subject: [PATCH] autosuggestions: add basic history troubleshooting information --- modules/autosuggestions/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/autosuggestions/README.md b/modules/autosuggestions/README.md index ad0f7ec..c3e90a4 100644 --- a/modules/autosuggestions/README.md +++ b/modules/autosuggestions/README.md @@ -46,6 +46,14 @@ To set the query found color, add the following line to *zpreztorc*: zstyle ':prezto:module:autosuggestions:color' found '' ``` +Troubleshooting +--------------- + +### Autosuggestions from previous sessions don't show up + +For autosuggestions from previous shell sessions to work, please make sure you +also have the `history` module enabled. + Authors -------