| Summary: | Automatically remove all previously entered duplicate commands | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Fernando M. Muniz <fernandommuniz> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | CC: | ninjalj |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 25.04.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Fernando M. Muniz
2025-06-17 03:27:16 UTC
This functionality belongs to the shell, not to the terminal emulator. In bash, HISTCONTROL=erasedups provides this functionality. In zsh, setopt HIST_IGNORE_ALL_DUPS provides this functionality. |