From 6a5e9eb980feddf6c55faf78a2c1f5cd08e7e204 Mon Sep 17 00:00:00 2001 From: Dayne Broderson Date: Wed, 19 Dec 2018 23:15:39 -0900 Subject: [PATCH] align README with proposed logic change --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 13a991da..9dfd7ed9 100644 --- a/README.md +++ b/README.md @@ -384,13 +384,8 @@ Setting this flag globally has the same effect as `SCM_CHECK=true`, but only for ### Pass function renamed to passgen The Bash-it `pass` function has been renamed to `passgen` in order to avoid a naming conflict with the [pass password manager](https://www.passwordstore.org/). -In order to minimize the impact on users of the legacy Bash-it `pass` function, Bash-it will create the alias `pass` that calls the new `passgen` function if the `pass` password manager command is not found on the `PATH` (default behavior). -This behavior can be overridden with the `BASH_IT_LEGACY_PASS` flag as follows: - -Set `BASH_IT_LEGACY_PASS` to 'true' to force Bash-it to always **create** the `pass` alias to `passgen`: - -* `export BASH_IT_LEGACY_PASS=true` +Bash-it will create the alias `pass` that calls the new `passgen` function if the `pass` password manager command is not found on the `PATH` (default behavior) and `BASH_IT_LEGACY_PASS=true`. Unset `BASH_IT_LEGACY_PASS` to have Bash-it **return to default behavior**: