diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-04-14 08:34:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-14 16:34:46 +0100 |
| commit | 5471119c4a30b49e87ffcc3ca86aabc078fe2a04 (patch) | |
| tree | 00cb7d3e8c92ac5df71a95313dd586a046e9fbb7 /install.sh | |
| parent | chore(release): prepare for release 18.14.1 (#3405) (diff) | |
| download | atuin-5471119c4a30b49e87ffcc3ca86aabc078fe2a04.zip | |
fix: install script incorrectly tries to install opencode hooks (#3410)
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -106,7 +106,6 @@ __atuin_install_agent_hook(){ __atuin_install_agent_hook "claude-code" "Claude Code" "$HOME/.claude" claude __atuin_install_agent_hook "codex" "Codex" "$HOME/.codex" codex __atuin_install_agent_hook "pi" "pi" "$HOME/.config/pi" pi -__atuin_install_agent_hook "opencode" "OpenCode" "$HOME/.config/opencode" opencode echo "" echo "Atuin installed successfully!" |
