commit: 198dd519ad96c8de2db1f5b2a0dc9c158105f44d parent 793640905afdf5a6788e50c7b12eb4af76331f22 Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Date: Wed, 1 Feb 2023 08:16:55 +0100 .mkshrc: noclobberDiffstat:
M | .mkshrc | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)diff --git a/.mkshrc b/.mkshrc
@@ -1,5 +1,6 @@ set -o notify set -o markdirs set -o braceexpand +set -o noclobber . ~/.common.sh