mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
9 lines
336 B
Markdown
9 lines
336 B
Markdown
## Description
|
|
|
|
This plugin restores the original oh-my-zsh completion. Hyphen, underscore and dot are treated as wildcards.
|
|
|
|
For example `cd /etc/i.d TAB` would expand to `/etc/init.d`. The new completion (introduced last year) breaks this completion stlye.
|
|
|
|
For more info see:
|
|
|
|
https://github.com/robbyrussell/oh-my-zsh/issues/5560
|