From bed7157e8c96f9c00f9392889cb05c070e142c69 Mon Sep 17 00:00:00 2001 From: Bartek Sokorski Date: Mon, 20 Jun 2022 18:37:47 +0200 Subject: [PATCH] Apply suggested changes --- docs/_index.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/_index.md b/docs/_index.md index 2c4b351d3e3..dd0bb65275c 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -284,8 +284,6 @@ See `poetry help completions` for full details, but the gist is as simple as usi ### Bash -There are few options in `bash`, choose the one that suits your workflow. - #### Auto-loaded (recommended) ```bash @@ -298,12 +296,6 @@ poetry completions bash >> ~/.bash_completion poetry completions bash > ${XDG_DATA_HOME:~/.local/share}/bash_completion/completions/poetry ``` -#### Global, might require root priviledges - -```bash -poetry completions bash > /etc/bash_completion.d/poetry -``` - ### Fish ```fish