-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
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
Labels
No labels