From 985663d810285c9951f87bd2456c0f4938a50f89 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Tue, 28 Jan 2025 09:27:15 +0000 Subject: [PATCH] Turn off noclobber --- roles/home-cli/files/profile | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 922c4b5..f870756 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -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'