Skip to content

fix: Atuin Hex fails to init on bash and zsh#3341

Merged
BinaryMuse merged 1 commit intomainfrom
mkt/refix-hex
Mar 24, 2026
Merged

fix: Atuin Hex fails to init on bash and zsh#3341
BinaryMuse merged 1 commit intomainfrom
mkt/refix-hex

Conversation

@BinaryMuse
Copy link
Copy Markdown
Member

Fixes #3340

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 24, 2026

Greptile Summary

The bash/zsh init script used ${{ and }} (format! escape sequences) inside a raw string literal (r#"..."#), which meant the double braces were emitted verbatim to the shell — causing a syntax error. The fix replaces them with standard ${...} bash expansion syntax. A regression test is also added.

Important Files Changed

Filename Overview
crates/atuin-hex/src/lib.rs Fixes invalid ${{ double-brace syntax in bash/zsh init script (a raw string literal, not a format! call), replacing with correct ${ bash expansion. Adds a regression test.

Reviews (1): Last reviewed commit: "fix: Atuin Hex fails to init on bash and..." | Re-trigger Greptile

@BinaryMuse BinaryMuse merged commit c6e0f84 into main Mar 24, 2026
22 checks passed
@BinaryMuse BinaryMuse deleted the mkt/refix-hex branch March 24, 2026 16:43
@greptile-apps greptile-apps bot mentioned this pull request Mar 24, 2026
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Mar 26, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [atuinsh/atuin](https://github.com/atuinsh/atuin) | minor | `v18.12.1` → `v18.13.5` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>atuinsh/atuin (atuinsh/atuin)</summary>

### [`v18.13.5`](https://github.com/atuinsh/atuin/releases/tag/v18.13.5): 18.13.5

[Compare Source](atuinsh/atuin@v18.13.4...v18.13.5)

#### Release Notes

##### Bug Fixes

- Atuin Hex fails to init on bash and zsh ([#&#8203;3341](atuinsh/atuin#3341))

##### Documentation

- Fix duplicated word in Kubernetes guide ([#&#8203;3338](atuinsh/atuin#3338))

### atuin 18.13.5

#### Install atuin 18.13.5

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-installer.ps1 | iex"
```

#### Download atuin 18.13.5

| File                                                                                                                                           | Platform            | Checksum                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [atuin-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### atuin-server 18.13.5

#### Install atuin-server 18.13.5

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-installer.ps1 | iex"
```

#### Download atuin-server 18.13.5

| File                                                                                                                                                         | Platform            | Checksum                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [atuin-server-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-server-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-server-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-server-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-server-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-server-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.5/atuin-server-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### [`v18.13.4`](https://github.com/atuinsh/atuin/releases/tag/v18.13.4): 18.13.4

[Compare Source](atuinsh/atuin@v18.13.3...v18.13.4)

#### Release Notes

##### Bug Fixes

- *(ai)* Restore url-quote-magic for ? in zsh ([#&#8203;3304](atuinsh/atuin#3304))
- Redirect tty0 when running setup ([#&#8203;3302](atuinsh/atuin#3302))
- Call ensure\_hub\_session even if primary sync endpoint is self-hosted ([#&#8203;3301](atuinsh/atuin#3301))
- Remove per-event mouse capture toggling that leaked ANSI to stdout ([#&#8203;3299](atuinsh/atuin#3299))
- Clarify what data is sent when using Atuin AI during setup (only OS and shell) ([#&#8203;3290](atuinsh/atuin#3290))
- Better tty check ([#&#8203;3313](atuinsh/atuin#3313))
- Disable features in init when that feature is explicitly disabled ([#&#8203;3328](atuinsh/atuin#3328))
- Don't run 'atuin init' in 'atuin hex init' — each must be initialized separately ([#&#8203;3334](atuinsh/atuin#3334))

##### Documentation

- Fix typo in FAQ alternatives section ([#&#8203;3292](atuinsh/atuin#3292))
- Remove 'experimental' status from Atuin Daemon ([#&#8203;3295](atuinsh/atuin#3295))
- Add inline\_height\_shell\_up\_key\_binding ([#&#8203;3270](atuinsh/atuin#3270))

##### Features

- Report distro name with OS for distro-specific commands ([#&#8203;3289](atuinsh/atuin#3289))
- Allow setting kv values from stdin
- Error if value not provided and no stdin
- Add a small atuin label to the ai box ([#&#8203;3309](atuinsh/atuin#3309))
- Allow running `atuin search -i` as subcommand on Windows ([#&#8203;3250](atuinsh/atuin#3250))
- Hex init nu ([#&#8203;3330](atuinsh/atuin#3330))

##### Miscellaneous Tasks

- *(ci)* Tag docker images with semantic versions on tag creation ([#&#8203;3316](atuinsh/atuin#3316))
- Replace atuin-ai rendering with component-oriented system ([#&#8203;3288](atuinsh/atuin#3288))
- Refactor CLI auth flows and token storage ([#&#8203;3317](atuinsh/atuin#3317))

### atuin 18.13.4

#### Install atuin 18.13.4

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-installer.ps1 | iex"
```

#### Download atuin 18.13.4

| File                                                                                                                                           | Platform            | Checksum                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [atuin-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### atuin-server 18.13.4

#### Install atuin-server 18.13.4

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-installer.ps1 | iex"
```

#### Download atuin-server 18.13.4

| File                                                                                                                                                         | Platform            | Checksum                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [atuin-server-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-server-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-server-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-server-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-server-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-server-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.4/atuin-server-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### [`v18.13.3`](https://github.com/atuinsh/atuin/releases/tag/v18.13.3)

[Compare Source](atuinsh/atuin@v18.13.2...v18.13.3)

### atuin 18.13.3

#### Bug Fixes

- Nushell 0.111; future Nushell 0.112 support ([#&#8203;3266](atuinsh/atuin#3266))

#### Features

- Call atuin setup from install script ([#&#8203;3265](atuinsh/atuin#3265))
- Allow headless account ops against Hub server ([#&#8203;3280](atuinsh/atuin#3280))
- Add custom filtering and scoring mechanisms

#### Miscellaneous Tasks

- (ci) Migrate to depot runners ([#&#8203;3279](atuinsh/atuin#3279))
- (ci) Use depot to build docker images too ([#&#8203;3281](atuinsh/atuin#3281))
- Update permissions in Docker workflow ([#&#8203;3283](atuinsh/atuin#3283))
- Change CHANGELOG format to be easier to parse
- Symlink changelog so dist can pick it up
- Vendor nucleo-ext + fork, so we can depend on our changes properly ([#&#8203;3284](atuinsh/atuin#3284))

#### Install atuin 18.13.3

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-installer.ps1 | iex"
```

#### Download atuin 18.13.3

| File                                                                                                                                           | Platform            | Checksum                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [atuin-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### atuin-server 18.13.3

#### Install atuin-server 18.13.3

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-installer.ps1 | iex"
```

#### Download atuin-server 18.13.3

| File                                                                                                                                                         | Platform            | Checksum                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [atuin-server-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-server-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-server-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-server-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-server-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-server-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.3/atuin-server-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### [`v18.13.2`](https://github.com/atuinsh/atuin/releases/tag/v18.13.2)

[Compare Source](atuinsh/atuin@v18.13.0...v18.13.2)

### atuin 18.13.2

#### Install atuin 18.13.2

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-installer.ps1 | iex"
```

#### Download atuin 18.13.2

| File                                                                                                                                           | Platform            | Checksum                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [atuin-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### atuin-server 18.13.2

#### Install atuin-server 18.13.2

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-installer.ps1 | iex"
```

#### Download atuin-server 18.13.2

| File                                                                                                                                                         | Platform            | Checksum                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [atuin-server-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-server-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-server-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-server-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-server-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-server-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.2/atuin-server-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### [`v18.13.0`](https://github.com/atuinsh/atuin/releases/tag/v18.13.0)

[Compare Source](atuinsh/atuin@v18.12.1...v18.13.0)

### atuin 18.13.0

#### Install atuin 18.13.0

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-installer.ps1 | iex"
```

#### Download atuin 18.13.0

| File                                                                                                                                           | Platform            | Checksum                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [atuin-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### atuin-server 18.13.0

#### Install atuin-server 18.13.0

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-installer.ps1 | iex"
```

#### Download atuin-server 18.13.0

| File                                                                                                                                                         | Platform            | Checksum                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [atuin-server-aarch64-apple-darwin.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-apple-darwin.tar.gz)             | Apple Silicon macOS | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-apple-darwin.tar.gz.sha256)       |
| [atuin-server-x86\_64-pc-windows-msvc.zip](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-pc-windows-msvc.zip)              | x64 Windows         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-pc-windows-msvc.zip.sha256)        |
| [atuin-server-aarch64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-unknown-linux-gnu.tar.gz)   | ARM64 Linux         | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-unknown-linux-gnu.tar.gz.sha256)  |
| [atuin-server-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-unknown-linux-gnu.tar.gz)    | x64 Linux           | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-unknown-linux-gnu.tar.gz.sha256)   |
| [atuin-server-aarch64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux    | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [atuin-server-x86\_64-unknown-linux-musl.tar.gz](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-unknown-linux-musl.tar.gz)  | x64 MUSL Linux      | [checksum](https://github.com/atuinsh/atuin/releases/download/v18.13.0/atuin-server-x86_64-unknown-linux-musl.tar.gz.sha256)  |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin
```

You can also download the attestation from [GitHub](https://github.com/atuinsh/atuin/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44OS42IiwidXBkYXRlZEluVmVyIjoiNDMuODkuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Atuin hex init broken in 18.13.4 (definitly in bash, probably in zsh as well)

1 participant