Summary: | Useless "cd <location> items are added to history when switching directories with the Dolphin GUI | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | israel <israeldahl> |
Component: | panels: terminal | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | almazgaliev99, ameyer0, bugseforuns, kfm-devel, nate |
Priority: | NOR | Keywords: | usability |
Version: | 22.04.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
israel
2021-04-20 15:20:46 UTC
Seems reasonable. A workaround: Some shells have a setting where commands with a leading space don't get added to the history. Dolphin already puts a space before each command it sends to the terminal, i.e. " cd <location>", so enabling this setting in bash should keep the history from getting clogged. If you use bash, add to .bashrc: HISTCONTROL=ignorespace If you use zsh, add to .zshrc: setopt HIST_IGNORE_SPACE |