diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ # including some apparently interactive shells such as scp and rcp # that can't tolerate any output. So make sure this doesn't display # anything or bad things will happen ! +if [[ $HISTFILE = /dev/null ]]; then unset HISTFILE; fi # Test for an interactive shell. There is no need to set anything |