mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-20 21:33:29 +02:00
95aa9bd97b
This change enables UP-arrow and DOWN-arrow full-line history completion. For example, if you write `git clone` and press UP: - Before this change, it will use the last command that starts with `git`. - After this change, it will use the last command that starts with `git clone`.