Replies: 1 comment 1 reply
-
Try defining the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Coming from mksh, when debugging a programm I'd compile it and run it a few times.
So id first need to do
make foo
and then maybe 5x./foo
to e.g test if the sigterm works. As mksh only saves ./foo once, the make-command is only 2 up keys away.In yash however, the consecutive identical ./foo calls are saved, so I need to use the arrow keys 6 times to recompile.
The problem: yash saves consecutive identical commands in the history
The solution: don't save them
Beta Was this translation helpful? Give feedback.
All reactions