From 6157aa7c2c3bfd741ae3ec7a3bc101a569bec22a Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 5 Nov 2019 19:20:39 +1300 Subject: [PATCH] feat(options): remove unused settings --- source/options.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/options.zsh b/source/options.zsh index c461bcb..dac312f 100644 --- a/source/options.zsh +++ b/source/options.zsh @@ -2,8 +2,6 @@ setopt NO_BEEP # disable terminal beep setopt MULTI_OS # pipe to multiple outputs setopt INTERACTIVE_COMMENTS # allow comments in interactive shell -setopt VI # vi-like keybindings -#setopt KSH_ARRAYS # whoever thought non-0 indices needs to be shot # globbing setopt NO_CASE_GLOB # case insensitive globbing