about summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2021-08-15 20:02:31 -0500
committerStarfall <us@starfall.systems>2021-08-15 20:02:31 -0500
commite6f7da62f3519584c0f8ef4b877fb5e9e18d6587 (patch)
tree113a28cc0c959f501fa539d4ad010d87ea24bef2 /.config
parent739f1f6984792250dcedb6f558cfa42bd11138b6 (diff)
zsh: remove extended_glob as it causes problems with some filenames and using HEAD^ in git
Diffstat (limited to '.config')
-rw-r--r--.config/zsh/.zshrc1
1 files changed, 0 insertions, 1 deletions
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          # <tab><tab> 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 ..