feat(zsh): adapt to kicksecure

This commit is contained in:
Michel 2024-03-01 15:59:30 +01:00
parent d8826feafe
commit ec705f2a96
1 changed files with 11 additions and 12 deletions

23
.zshrc
View File

@ -470,26 +470,25 @@ bindkey -M viins "^_" undo
### Zsh Options
###
## Input/Output
## Changing Directories
setopt no_auto_cd
## Expansion and Globbing
setopt equals
## Input/Output
setopt no_clobber
setopt correct
setopt interactive_comments
# Disallow `>` to overwrite existing files. Use `>|` or `>!` instead.
setopt no_clobber
setopt no_print_exit_value
## Job control
# Prevent background jobs being given a lower priority.
setopt auto_continue
setopt no_bg_nice
# Prevent status report of jobs on shell exit.
setopt no_check_jobs
# Prevent SIGHUP to jobs on shell exit.
setopt check_jobs
setopt no_hup
# Remove path duplicates
typeset -U path fpath