···5656if test -e $__fish_user_data_dir/plugins/plug.fish/conf.d/plugin_load.fish
5757 source $__fish_user_data_dir/plugins/plug.fish/conf.d/plugin_load.fish
5858else
5959+ if not set -q plugins
6060+ set -U plugins https://github.com/kidonng/plug.fish
6161+ end
5962 curl -L https://github.com/kidonng/plug.fish/raw/v3/conf.d/plugin_load.fish | source
6063end
6164