[Bug 189881] Re: bash HISTCONTROL=erasedups should erase duplicates from history file before saving

2009-04-29 Thread Nos
Actually PROMPT_COMMAND="history -a;history -c; history -r;$PROMPT_COMMAND" is better because it doesn't cause your history numbers to double! -- bash HISTCONTROL=erasedups should erase duplicates from history file before saving https://bugs.launchpad.net/bugs/189881 You received this bug notifi

[Bug 189881] Re: bash HISTCONTROL=erasedups should erase duplicates from history file before saving

2009-04-29 Thread Nos
The history -r ensures that all terminals are always synced with the latest history commands from all other terminals, because the read from file only occurs when a terminal is started. You are right, it can be slow if the history file grows too large; in which case just settle for "history -a"

[Bug 189881] Re: bash HISTCONTROL=erasedups should erase duplicates from history file before saving

2009-04-29 Thread Nos
Actually maybe that doesn't work here, but it does help with synchronizing the history across multiple sessions. -- bash HISTCONTROL=erasedups should erase duplicates from history file before saving https://bugs.launchpad.net/bugs/189881 You received this bug notification because you are a membe

[Bug 189881] Re: bash HISTCONTROL=erasedups should erase duplicates from history file before saving

2009-04-29 Thread Nos
This can be solved by: export PROMPT_COMMAND="history -a;history -r;$PROMPT_COMMAND" -- bash HISTCONTROL=erasedups should erase duplicates from history file before saving https://bugs.launchpad.net/bugs/189881 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 78061] Re: Thudebird crashes on start after update

2007-01-05 Thread nos
same here, but for me, i don't even see the interface. the terminal says 'segment fault' -- Thudebird crashes on start after update https://launchpad.net/bugs/78061 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs