Skip to content

Commit

Permalink
Merge pull request #93 from unixorn/add-extended-globbing
Browse files Browse the repository at this point in the history
Set extended globbing by default
  • Loading branch information
unixorn committed Dec 2, 2020
2 parents 538d6ea + 8ca86b6 commit 2064c6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ unsetopt MENU_COMPLETE # Do not autoselect the first completion entry.
# Miscellaneous settings
setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell.

setopt extended_glob # Enable more powerful glob features

# Long running processes should return time after they complete. Specified
# in seconds.
REPORTTIME=2
Expand Down

0 comments on commit 2064c6b

Please sign in to comment.