mirror of https://github.com/bjeanes/dotfiles.git
5 lines
87 B
Fish
5 lines
87 B
Fish
|
function __completion_cache_path
|
||
|
echo "$HOME/.config/completion_caches/$argv[1]"
|
||
|
|
||
|
end
|