Hi Zbigniew, Thanks for the email.
> I used your script (with slight modifications) during git tutorial in > Notre Dame last week. Christina mention the script at https://github.com/swcarpentry/shell-novice/pull/204. If people want there is no problem to include it at https://github.com/swcarpentry/shell-novice/. > I made some further modifications to recover > more screen "real estate" — tmux menu bar was removed, prompt was made > minimialistic. Can you share your modifications. Wasn't clear for me what you mean by "prompt was made minimialistic". > As a result of this lesson, I think something that allows viewing of full > history is necessary. I agree on that. > Next time I think I'll try simply running a script > which rsync's .bash_history to some website > (while true; do inotifywait -e CLOSE_WRITE ~/.bash_history; rsync > ~/.bash_history server:public_html/bash_history.txt; > done or something like that) instead. I don't include it due many reasons. Some are that (1) I like the UNIX philosophy that scripts should do only one thing, (2) I'm not sure if inotify works on Linux, Mac OS X and Windows, (3) rsync is not include by default on Linux, Mac OS X and Windows, (4) some flows prefer to use ownClound/DropBox/GoogleDriver/... I hope that you understand it. =) Cheers, Raniere
signature.asc
Description: Digital signature
_______________________________________________ Discuss mailing list [email protected] http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org
