|
| From: | jidanni |
| Subject: | set +o history hard to keep turned off |
| Date: | Sun, 24 Feb 2008 07:31:06 +0800 |
Put set +o history at the bottom of .bashrc and confirm that it is indeed the last thing run via $ bash -x But then do $ set -o|grep history which will show that it is turned back on.
| [Prev in Thread] | Current Thread | [Next in Thread] |