Re: workaround to not overwrite .bash_history

2006-06-13 Thread cga2000
On Tue, Jun 13, 2006 at 06:52:57PM EDT, Aaron Griffin wrote: > You might be able to get by with something like: > > export PROMPT_COMMAND="history -a $HISTFILE" > this appends the current session's history list to the history file. Since the OP wants to share the history across sessions I assume

Re: Splitting screen horizontally.

2006-06-13 Thread Aaron Griffin
On 6/13/06, Bill Pursell <[EMAIL PROTECTED]> wrote: Aaron Griffin wrote: > I'd like to point out two things... the current split is a horizontal > split. The windows are laid out vertically, but the single window is > split horizontally. So, you want a vertical split patch (this will > help the

Re: Splitting screen horizontally.

2006-06-13 Thread Bill Pursell
Aaron Griffin wrote: On 5/26/06, Dave Waxman <[EMAIL PROTECTED]> wrote: On May 26 13:36, Jonathan Daugherty wrote: > I really like using the split function to create vertically-split > regions. Is there a way to split screen horizontally, too? Searching the archives of this list will show thi

Re: workaround to not overwrite .bash_history

2006-06-13 Thread Aaron Griffin
You might be able to get by with something like: export PROMPT_COMMAND="history -a $HISTFILE" ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users