Skip to content

Commit

Permalink
Add xonsh to docs (#16)
Browse files Browse the repository at this point in the history
This adds xonsh-related informations to the docs.
Related PR: atuinsh/atuin#1375
  • Loading branch information
Matthieu-LAURENT39 authored Jan 29, 2024
1 parent 1565230 commit b6aea0f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/docs/guide/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ If you have any problems, please open an [issue](https://github.com/ellie/atuin/
- bash
- fish
- nushell

- xonsh

# Quickstart

Please do try and read this guide, but if you're in a hurry and want to get
Expand Down
8 changes: 8 additions & 0 deletions src/content/docs/guide/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,14 @@ Add to `config.nu`:
source ~/.local/share/atuin/init.nu
```

#### xonsh

Add
```
execx($(atuin init xonsh))
```
to the end of your `~/.xonshrc`

## Uninstall

If you'd like to uninstall Atuin, please check out [this page](https://docs.atuin.sh/uninstall/).
1 change: 1 addition & 0 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Alternatively, get in touch on our [Discord](https://discord.gg/Fq8bJSKPHh) or o
- bash
- fish
- nushell
- xonsh

## Quickstart

Expand Down

0 comments on commit b6aea0f

Please sign in to comment.