mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 23:33:39 -05:00
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