Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I solved that particular issue by using this in my .bashrc

#write to history file at each shell prompt

    export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND"
(Unless I read your comment wrong.)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: