mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-29 18:18:35 +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