mirror of
https://github.com/junegunn/fzf
synced 2026-07-22 16:53:18 +00: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