Skip to content

Commit

Permalink
docs: fix Destination file already exists in Nushell (#1530)
Browse files Browse the repository at this point in the history
It is a common practice to use `-f` in Nushell configurations to avoid
`Destination file already exists` error.
  • Loading branch information
azzamsa committed Jan 9, 2024
1 parent af51485 commit 3a0e070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

1 comment on commit 3a0e070

@vercel
Copy link

@vercel vercel bot commented on 3a0e070 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

atuin-docs – ./

atuin-docs.vercel.app
atuin-docs-atuin.vercel.app
atuin-docs-git-main-atuin.vercel.app

Please sign in to comment.