Replies: 3 comments 6 replies
-
The error message implies that your You should be able to confirm the error message (even with $ history | grep invalid The feature to show the error message on the top-right corner of the terminal is provided by To solve the problem, you need to remove the affecting line (i.e., a line that looks like a timestamp line but does not match the format specified by |
Beta Was this translation helpful? Give feedback.
-
I guess $ ps1=${PS1@P} # I assume you use a recent version of Bash
$ declare -p PROMPT_COMMAND PS1 ps1 If it shows the exit status of the previous command ( |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I use
atuin
+ble.sh
+bash
+powerline
in a kitty terminal.Recently I noticed that when I open a new tab (my kitty auto-starts via gnome on login with a few tabs and windows), each new tab I manually open after has a
3
appended to the prompt and on the top-right in a white background I seebash: history !136 0x0d7..bbc2: invalid timestamp
.See https://ibb.co/wZqX8Q8K
I added
trap 'echo "running: $BASH_COMMAND"' DEBUG
to the top of my.bashrc
and I can seerunning: ble-edit/attach
showing the same white background and invalid timestamp message (momentarily) on that line.At first the
0xd
threw me off and I assumed it was an atuin error, it is not.At this point I am lost, how do I troubleshoot and fix this?
Beta Was this translation helpful? Give feedback.
All reactions