Skip to content

Options not found: exec_exit_mark, edit_marker[_error] #659

@kriswilk

Description

@kriswilk

Running on NixOS with ble.sh installed from nixos-unstable and sourced by adding it to programs.bash.initExtra. ble.sh works as expected but I want to disable the [ble: ...] messages. So (as per the docs) my .blerc is:

# Disable EOF marker like "[ble: EOF]"
bleopt prompt_eol_mark=''
# Disable error exit marker like "[ble: exit %d]"
bleopt exec_errexit_mark=
# Disable elapsed-time marker like "[ble: elapsed 1.203s (CPU 0.4%)]"
bleopt exec_elapsed_mark=
# Disable exit marker like "[ble: exit]"
bleopt exec_exit_mark=
# Disable some other markers like "[ble: ...]"
bleopt edit_marker=
bleopt edit_marker_error=

Most of this works. However, when I open my terminal, I get the following errors:

bleopt: option `exec_exit_mark' not found
bleopt: option `edit_marker' not found
bleopt: option `edit_marker_error' not found

To aid debugging I tried to run the requested "summary" command:

$ ble summary
ble (ble.sh): unrecognized subcommand 'summary'.

This is despite having what seems to be a recent version of ble.sh:

$ ble version
ble.sh, version 0.4.0-devel3+1a5c451c (noarch)

What am I missing?

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