Turn off noclobber

This commit is contained in:
Anthony Rose 2025-01-28 09:27:15 +00:00
parent 451ee1bfcb
commit 985663d810

View file

@ -79,7 +79,6 @@ export TIME_STYLE=long-iso # Used by GNU 'ls'.
if [ -n "$BASH_VERSION" ]
then
set -o emacs
set -o noclobber
shopt -s histappend
bind '"\e[1;5C": forward-word'