From b5101c14bedc3f65a349b14ac7fcccf657db1f38 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 23 Jan 2021 12:23:50 +0000 Subject: [PATCH] No clobber in zsh --- .config/zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 2824e71..f7bc6d9 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -46,6 +46,7 @@ SAVEHIST=1000000 ## I/O setopt INTERACTIVE_COMMENTS setopt MULTIOS +unsetopt CLOBBER ## Jobs setopt LONG_LIST_JOBS @@ -55,6 +56,9 @@ unsetopt NOTIFY unsetopt HUP unsetopt CHECK_JOBS +## Shell emulation +setopt APPEND_CREATE + ## Prompt PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "