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:
2026-08-17 08:35:23 -05:00
parent a2b5bc9e0d
commit c9b6dfea14
2 changed files with 3 additions and 2 deletions

2
.shellcheckrc Normal file
View File

@@ -0,0 +1,2 @@
external-sources=false
disable=SC1090

View File

@@ -49,12 +49,11 @@ set -o vi
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_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 extended_glob null_glob # Use Bash-like globbing
# Experimental
setopt append_history inc_append_history
setopt no_case_glob no_case_match
# Completion options