From e6f7da62f3519584c0f8ef4b877fb5e9e18d6587 Mon Sep 17 00:00:00 2001 From: Starfall Date: Sun, 15 Aug 2021 20:02:31 -0500 Subject: zsh: remove extended_glob as it causes problems with some filenames and using HEAD^ in git --- .config/zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) (limited to '.config') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 7f0697a..dc29d5a 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -19,7 +19,6 @@ setopt always_to_end # and move cursor to the end afterward setopt auto_menu # brings up the menu ... setopt no_menu_complete # ... and does not select the first option setopt auto_param_slash # convenience: add trailing / after directories -setopt extended_glob setopt no_case_glob setopt no_flow_control # complete . and .. -- cgit