Skip to content

Can not support fish? #42

Description

@roamer-remote

fish: Unsupported use of '='. In fish, please use 'set hermes_bootstrap_exit_code $?'.
if [ -x "$HERMES_HOME/hermes-agent/venv/bin/hermes" ]; then HERMES_BIN="$HERMES_HOME/hermes-agent/venv/bin/hermes"; elif [ -x "$HOME/.local/bin/hermes" ]; then HERMES_BIN="$HOME/.local/bin/hermes"; elif [ -x "$HOME/.hermes/hermes-agent/venv/bin/hermes" ]; then HERMES_BIN="$HOME/.hermes/hermes-agent/venv/bin/hermes"; elif command -v hermes >/dev/null 2>&1; then HERMES_BIN="$(command -v hermes)"; else printf 'Hermes CLI not found.\n' >&2; exit 127; fi; "$HERMES_BIN" --tui; hermes_bootstrap_exit_code=$?; if [ "$hermes_bootstrap_exit_code" -

I got the error mess ,when creat new chat . Not suppr fish shell ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions