olets / zsh-abbr

The zsh manager for auto-expanding abbreviations, inspired by fish. ~13,000 unique cloners as of May '24, 580+ Homebrew installs 6/23-6/24
https://zsh-abbr.olets.dev
Other
511 stars 18 forks source link

[Feature] Prefixes 2/n: Ignored glob prefixes #135

Open olets opened 1 month ago

olets commented 1 month ago

Issue for documentation/findability.

See also

This feature is current a candidate for v6.

After:

# .zshrc
the_glob_prefixes_array_name_tbd=( '?.' )
% abbr b=cde
% a.b[SPACE] # expands to a.cde