aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-04-14 08:34:46 -0700
committerGitHub <noreply@github.com>2026-04-14 16:34:46 +0100
commit5471119c4a30b49e87ffcc3ca86aabc078fe2a04 (patch)
tree00cb7d3e8c92ac5df71a95313dd586a046e9fbb7 /install.sh
parentchore(release): prepare for release 18.14.1 (#3405) (diff)
downloadatuin-5471119c4a30b49e87ffcc3ca86aabc078fe2a04.zip
fix: install script incorrectly tries to install opencode hooks (#3410)
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 069ac52e..bd82d6da 100755
--- a/install.sh
+++ b/install.sh
@@ -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!"