Include bash preexec warning (#983)
This commit is contained in:
parent
b53ca357cd
commit
dc523416f6
2 changed files with 8 additions and 0 deletions
|
@ -261,6 +261,10 @@ Then setup Atuin
|
||||||
echo 'eval "$(atuin init bash)"' >> ~/.bashrc
|
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
|
### fish
|
||||||
|
|
||||||
Add
|
Add
|
||||||
|
|
|
@ -193,6 +193,10 @@ Then setup Atuin
|
||||||
echo 'eval "$(atuin init bash)"' >> ~/.bashrc
|
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
|
### fish
|
||||||
|
|
||||||
Add
|
Add
|
||||||
|
|
Loading…
Reference in a new issue