]> git.sev.monster Git - dotfiles.git/commitdiff
flatten setopt in zshrc
authorsev <git@sev.monster>
Sun, 20 Mar 2022 05:45:02 +0000 (00:45 -0500)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:40 +0000 (16:27 -0500)
base/.zshrc

index 9ce0d1eb10bddb593fcd640e0242e3134aa701d4..4ee5000671f45982847d3b7a4ba1c643e316517f 100644 (file)
@@ -1,15 +1,11 @@
 ### options
-setopt NO_BEEP NO_CLOBBER
-## cd
-setopt AUTO_CD CDABLE_VARS
-## completion
-setopt GLOB_COMPLETE
-## globbing
-setopt EXTENDED_GLOB GLOB_DOTS MARK_DIRS NOMATCH NUMERIC_GLOB_SORT
-## jobs
-setopt AUTO_CONTINUE LONG_LIST_JOBS
-## history
-setopt NO_HIST_SAVE_BY_COPY HIST_IGNORE_DUPS SHARE_HISTORY HIST_REDUCE_BLANKS
+setopt NO_BEEP NO_CLOBBER \
+       AUTO_CD CDABLE_VARS \
+       EXTENDED_GLOB GLOB_DOTS GLOB_STAR_SHORT MARK_DIRS NUMERIC_GLOB_SORT \
+       CORRECT_ALL INTERACTIVE_COMMENTS \
+       GLOB_COMPLETE \
+       AUTO_CONTINUE LONG_LIST_JOBS \
+       NO_HIST_SAVE_BY_COPY HIST_IGNORE_DUPS SHARE_HISTORY HIST_REDUCE_BLANKS
 
 ### imports
 autoload -Uz zmv
This page took 0.034779 seconds and 4 git commands to generate.