From b44e944924bbcc4943b26bd308b48b99318eff25 Mon Sep 17 00:00:00 2001 From: stevensting Date: Tue, 24 Mar 2026 10:53:00 +0100 Subject: [PATCH] remove outdated autocompletion setup --- docs/abra/cheat-sheet.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/abra/cheat-sheet.md b/docs/abra/cheat-sheet.md index 5ad5baf..14ca388 100644 --- a/docs/abra/cheat-sheet.md +++ b/docs/abra/cheat-sheet.md @@ -8,18 +8,6 @@ title: Cheat sheet not all flags are listed here. -### Abra Autocomplete - -Definitely set up autocomplete or you'll be sad :sob: `abra` supports `bash`, -`zsh`, and `fizsh` just run - -``` -$ abra autocomplete bash -# Restart your terminal or load autocompletion in place -$ source /etc/bash_completion.d/abra -``` - - ### Create & deploy an app ```