1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-11 21:18:22 +03:00

docs: fix Destination file already exists in Nushell (#1530)

It is a common practice to use `-f` in Nushell configurations to avoid
`Destination file already exists` error.
This commit is contained in:
Azzam S.A 2024-01-09 23:37:57 +07:00 committed by GitHub
parent af51485767
commit 3a0e070e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ Run in *Nushell*:
```
mkdir ~/.local/share/atuin/
atuin init nu | save ~/.local/share/atuin/init.nu
atuin init nu | save -f ~/.local/share/atuin/init.nu
```
Add to `config.nu`: