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 "