diff options
| author | Azzam S.A <17734314+azzamsa@users.noreply.github.com> | 2024-01-09 23:37:57 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 16:37:57 +0000 |
| commit | 3a0e070e74b6a72a081370e72e761e90aff2f82c (patch) | |
| tree | 53cca34a4b0d1afb44a1e433f10cd4e442c2241b | |
| parent | docs: remove activity graph (diff) | |
| download | atuin-3a0e070e74b6a72a081370e72e761e90aff2f82c.zip | |
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.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`: |
