mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
5 lines
109 B
Fish
5 lines
109 B
Fish
|
function __fisher_complete_reset
|
||
|
complete -ec fisher
|
||
|
source $fisher_home/completions/fisher.fish
|
||
|
end
|