Bug 312512 - Keep Terminal cd commands out of .bash_history
Summary: Keep Terminal cd commands out of .bash_history
Status: RESOLVED DUPLICATE of bug 204039
Alias: None
Product: dolphin
Classification: Applications
Component: panels: terminal (show other bugs)
Version: 16.12.2
Platform: Fedora RPMs Linux
: NOR minor
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-02 23:55 UTC by Andreas Velten
Modified: 2013-01-03 08:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Velten 2013-01-02 23:55:12 UTC
I have a terminal panel open by default in dolphin. Whenever I enter a new folder using the GUI, a cd command is issued in the terminal pannel to go to that folder. Thats great, but all the cd commands also go to my .bash_history. They completely flood it making looking for recent commands in a terminal very cumbersiome. Is there a way to keep the dolphin terminal from writing these cd lines to the global .bach_history? They are not really useful there. Maybe this could also be optional.

Reproducible: Always

Steps to Reproduce:
1.Open a terminal panel in dolphin
2.Change folders by clicking on them in the graphical window
3. close dolphin
4. open a regular terminal
5. press arrow up to browse through .bash_history
Actual Results:  
The cd command(s) issued by dolphin to the terminal panel show up. If I use dolphin a lot I have to go through dizens of thos before I get to actual commands I typed.

Expected Results:  
The cd commands are not very useful and there are a lot. They should not be part of .bash_history.
Comment 1 Frank Reininghaus 2013-01-03 08:11:30 UTC
(In reply to comment #0)
> Is there a way to keep the dolphin terminal
> from writing these cd lines to the global .bach_history?

Yes, see bug 204039 for details.

*** This bug has been marked as a duplicate of bug 204039 ***