Skip to content

Fish shell not supported #1

Description

@iamnotstatic

vibe init writes bash/zsh hook syntax. Fish uses different function syntax and config.fish instead of .zshrc.

Workaround

Add the hook manually to ~/.config/fish/config.fish:

function claude
  vibe __wrap claude $argv
end

Fix

Detect fish shell in init.ts and write fish-compatible syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions