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 ### Zsh Options
### ###
## Input/Output ## Changing Directories
setopt no_auto_cd
## Expansion and Globbing
setopt equals
## Input/Output
setopt no_clobber
setopt correct setopt correct
setopt interactive_comments setopt interactive_comments
setopt no_print_exit_value
# Disallow `>` to overwrite existing files. Use `>|` or `>!` instead.
setopt no_clobber
## Job control ## Job control
setopt auto_continue
# Prevent background jobs being given a lower priority.
setopt no_bg_nice setopt no_bg_nice
setopt check_jobs
# Prevent status report of jobs on shell exit.
setopt no_check_jobs
# Prevent SIGHUP to jobs on shell exit.
setopt no_hup setopt no_hup
# Remove path duplicates # Remove path duplicates
typeset -U path fpath typeset -U path fpath