mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
8 lines
156 B
Fish
8 lines
156 B
Fish
|
function __fisher_plugin_can_enable -a name path
|
||
|
if not __fisher_path_is_prompt $path
|
||
|
return 0
|
||
|
end
|
||
|
|
||
|
test "$name" = "$fisher_prompt"
|
||
|
end
|