mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-03 15:40:27 +00:00
6 lines
169 B
Fish
6 lines
169 B
Fish
|
function fisher_mock_config -a path index
|
||
|
set -g fisher_config $path/config
|
||
|
set -g fisher_cache $fisher_config/cache
|
||
|
set -g fisher_index "file://$index"
|
||
|
end
|