From 6c3ac0b4f3b9502bdacd5325a35751a5cfd2e6ec Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Thu, 8 Sep 2022 06:18:23 -0700 Subject: [PATCH] :construction: Set noclobber off --- scripts/bgit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bgit b/scripts/bgit index 8642b37b..0aa37ec3 100755 --- a/scripts/bgit +++ b/scripts/bgit @@ -6,6 +6,8 @@ # Error handling set -e +set -o noclobber + # For styling/colorizing output txtbld=$(tput bold) txtblue=${txtbld}$(tput setaf 4)