Skip to content

Commit

Permalink
docs(installation): clarify that ble.sh needs to be loaded in ~/.bashrc
Browse files Browse the repository at this point in the history
The detailed explanations existed in README.md of the main repository
atuinsh/atuin has been removed by [1] in favor of atuinsh/docs.
However, the installation instructions in atuinsh/docs are not
up-to-date and confuse the users [2].  We should update atuinsh/docs
to pick some of the informatioin removed by [1].

[1] atuinsh/atuin#2203
[2] atuinsh/atuin#1798 (comment)
  • Loading branch information
akinomyoga committed Jul 5, 2024
1 parent 0352239 commit 0b895ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/guide/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ After installing, remember to restart your shell.
<TabItem label="ble.sh">
Atuin works best in bash when using [ble.sh](https://github.com/akinomyoga/ble.sh).

With ble.sh installed, just add atuin to your .bashrc
With ble.sh installed and loaded in `~/.bashrc`, just add atuin to your `~/.bashrc`

```shell
echo 'eval "$(atuin init bash)"' >> ~/.bashrc
Expand Down

0 comments on commit 0b895ce

Please sign in to comment.