You've already forked dotfiles
fix: Removing the extra settings that are already covered by
`share_history` and also may have been interferring with its operation (per the notes in the man file calling out to disable the other settings)
This commit is contained in:
2
.shellcheckrc
Normal file
2
.shellcheckrc
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
external-sources=false
|
||||||
|
disable=SC1090
|
||||||
@@ -49,12 +49,11 @@ set -o vi
|
|||||||
setopt no_clobber # Do not clobber files by default
|
setopt no_clobber # Do not clobber files by default
|
||||||
setopt hist_ignore_all_dups # Replace old history with the newest call to an identical call
|
setopt hist_ignore_all_dups # Replace old history with the newest call to an identical call
|
||||||
setopt hist_ignore_space # Remove history lines that start with spaces
|
setopt hist_ignore_space # Remove history lines that start with spaces
|
||||||
setopt share_history # Share history between zsh instances without needing explicit sharing
|
setopt share_history # Share history between zsh instances smoothly
|
||||||
setopt auto_param_slash # Auto append a slash instead of a space if the completion is a dir
|
setopt auto_param_slash # Auto append a slash instead of a space if the completion is a dir
|
||||||
setopt extended_glob null_glob # Use Bash-like globbing
|
setopt extended_glob null_glob # Use Bash-like globbing
|
||||||
|
|
||||||
# Experimental
|
# Experimental
|
||||||
setopt append_history inc_append_history
|
|
||||||
setopt no_case_glob no_case_match
|
setopt no_case_glob no_case_match
|
||||||
|
|
||||||
# Completion options
|
# Completion options
|
||||||
|
|||||||
Reference in New Issue
Block a user