feat(zsh): adapt to kicksecure
This commit is contained in:
parent
d8826feafe
commit
ec705f2a96
23
.zshrc
23
.zshrc
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user