mirror of
https://github.com/junegunn/fzf.git
synced 2026-04-25 17:05:20 +08:00
b1b916ce15
At the top of each zsh file options are set to their standard values (those marked with <Z> in `man zshoptions`) and `aliases` option is disabled. At the bottom of the file the original options are restored. Fix #1938