1
1
mirror of https://github.com/ellie/atuin.git synced 2024-10-26 23:29:51 +03:00

Include bash preexec warning (#983)

This commit is contained in:
Ellie Huxtable 2023-05-16 21:58:05 +01:00 committed by GitHub
parent b53ca357cd
commit dc523416f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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