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 1/n: Ignored string prefixes #134

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.

Before:

% abbr n=nano
% sudo n[Enter]
sudo: n: command not found

After:

% abbr n=nano
% sudo n[Enter] # expands to `sudo nano` and runs