On Thu, May 12, 2011 at 17:15, Sam Steingold <s...@gnu.org> wrote:
> yes, but will it send EOF to each bash window?
> if it will not, I will lose my bash history!

Part of my prompt setup has

PS1="\$(history -a)${PS1}"

This will save each command to the history file.  The most you will
lose after this is a command you haven't actually executed yet.
-- 
Alan Young

_______________________________________________
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to