summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-05-16 21:58:05 +0100
committerGitHub <noreply@github.com>2023-05-16 21:58:05 +0100
commitdc523416f62d2e9e2ca6d92416499af0458424d8 (patch)
treec85903cbf88eb866d1cb9212f8b73b072546170c
parentb53ca357cdd6a1b3236cbcadff8626f6bfc37748 (diff)
Include bash preexec warning (#983)
-rw-r--r--README.md4
-rw-r--r--docs/docs/index.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 509daba8..09675135 100644
--- a/README.md
+++ b/README.md
@@ -261,6 +261,10 @@ Then setup Atuin
echo 'eval "$(atuin init bash)"' >> ~/.bashrc
```
+**PLEASE NOTE**
+
+bash-preexec currently has an issue where it will stop honoring `ignorespace`. While Atuin will ignore commands prefixed with whitespace, they may still end up in your bash history. Please check your configuration! All other shells do not have this issue.
+
### fish
Add
diff --git a/docs/docs/index.md b/docs/docs/index.md
index 6d398be6..19f92eaa 100644
--- a/docs/docs/index.md
+++ b/docs/docs/index.md
@@ -193,6 +193,10 @@ Then setup Atuin
echo 'eval "$(atuin init bash)"' >> ~/.bashrc
```
+**PLEASE NOTE**
+
+bash-preexec currently has an issue where it will stop honoring `ignorespace`. While Atuin will ignore commands prefixed with whitespace, they may still end up in your bash history. Please check your configuration! All other shells do not have this issue.
+
### fish
Add