it was the script apparently. no clue how it seemed to have worked in the first place

This commit is contained in:
anon
2024-08-04 21:51:46 +02:00
parent ae6a60cb4c
commit dffe89f23d

View File

@ -38,7 +38,7 @@ void enable(void) {
R"delim(
function _histui_run() {
COMMANDFILE="${XDG_CACHE_HOME}/histui_command.txt"
export HISTFILE histui tui 3> "${COMMANDFILE}"
HISTFILE=$HISTFILE histui tui 3> "${COMMANDFILE}"
READLINE_LINE=$(cat "${COMMANDFILE}")
READLINE_POINT=${#READLINE_LINE}
}