diff --git a/custom/options.zsh b/custom/options.zsh new file mode 100644 index 000000000..bea12d1ca --- /dev/null +++ b/custom/options.zsh @@ -0,0 +1,7 @@ +# Unset options we don't want which were set in lib/plugins +unsetopt auto_cd +unsetopt cdablevarS +unsetopt complete_in_word +unsetopt share_history +unsetopt SHARE_HISTORY +