mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 16:23:54 +01:00
Include bash preexec warning (#983)
This commit is contained in:
parent
b53ca357cd
commit
dc523416f6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user