fix: install script incorrectly tries to install opencode hooks (#3410)
Codespell / Check for spelling errors (push) Has been cancelled
build-docker / publish (push) Has been cancelled
Install / install (depot-ubuntu-24.04) (push) Has been cancelled
Install / install (macos-14) (push) Has been cancelled
Nix / check (push) Has been cancelled
Nix / build-test (push) Has been cancelled
Rust / build (depot-ubuntu-24.04) (push) Has been cancelled
Rust / build (macos-14) (push) Has been cancelled
Rust / build (windows-latest) (push) Has been cancelled
Rust / cross-compile (x86_64-unknown-illumos) (push) Has been cancelled
Rust / unit-test (depot-ubuntu-24.04) (push) Has been cancelled
Rust / unit-test (macos-14) (push) Has been cancelled
Rust / unit-test (windows-latest) (push) Has been cancelled
Rust / check (depot-ubuntu-24.04) (push) Has been cancelled
Rust / check (macos-14) (push) Has been cancelled
Rust / check (windows-latest) (push) Has been cancelled
Rust / integration-test (push) Has been cancelled
Rust / clippy (push) Has been cancelled
Rust / format (push) Has been cancelled
Shellcheck / shellcheck (push) Has been cancelled

This commit is contained in:
Michelle Tilley
2026-04-14 08:34:46 -07:00
committed by GitHub
parent 1e93b3129b
commit 5471119c4a
-1
View File
@@ -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!"