zsh: set noclobber - dotfiles - 🍚 personal arsenal of "rice"
HTML git clone https://git.drkhsh.at/dotfiles.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 4ca2ea2858ed7d012b2d0c8bdb7973bc4696a7a0
DIR parent 75e9f78da1a0f5a46b38469be130045db2d3e35e
HTML Author: drkhsh <me@drkhsh.at>
Date: Wed, 16 Jul 2025 17:08:17 +0200
zsh: set noclobber
Diffstat:
M zsh/.config/zsh/10-general.zsh | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/zsh/.config/zsh/10-general.zsh b/zsh/.config/zsh/10-general.zsh
@@ -4,6 +4,7 @@ setopt correct
setopt chase_links
setopt chase_dots
setopt extendedglob
+setopt noclobber # sec
# terminal titles
case "$TERM" in