From 37c61a058c8ebbd98739505889f9f24f02e90a39 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Tue, 29 Aug 2017 16:28:19 -0700 Subject: [PATCH] Document that `fasd` is now bundled with prezto Document that `fasd` is now bundled with prezto (19990c80252a588ef0983fe16c2f001391775af8) and that it's a fallback to a manually installed version (04bfb5131b63c626062af535a1c429f9ff303ca4). --- modules/fasd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/fasd/README.md b/modules/fasd/README.md index 8d3cca1..cb3fc20 100644 --- a/modules/fasd/README.md +++ b/modules/fasd/README.md @@ -15,8 +15,8 @@ been disabled. Installation ------------ -Since fasd is not an external module it needs to be installed. -`brew install fasd` +`fasd` is bundled with prezto as a git submodule. Alternatively, you can manually install `fasd`. +If a manual install is found, it will be used instead of the bundled version. Aliases -------