Skip to content

Commit

Permalink
stop warning about removed config vars on update
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickF1 committed Jan 3, 2024
1 parent be2b165 commit e5d54b9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions conf.d/fzf.fish
Expand Up @@ -26,10 +26,3 @@ function _fzf_uninstall --on-event fzf_uninstall
echo "You may need to manually remove fzf_configure_bindings from your config.fish if you were using custom key bindings."
set_color normal
end

function _fzf_migration_message --on-event fzf_update
set_color FF8C00 # dark orange
printf '\n%s\n' '[fzf.fish] Breaking change: if you have $fzf_dir_opts or $fzf_shell_vars_opts set in your environment, rename them to $fzf_directory_opts and $fzf_variables_opts respectively.'
printf '%s\n\n' 'See https://github.com/PatrickF1/fzf.fish/wiki/Migration-Guides#v10.1.'
set_color normal
end

0 comments on commit e5d54b9

Please sign in to comment.