This website requires JavaScript.
Explore
Help
Sign In
bo
/
dotfiles
mirror of
https://github.com/bjeanes/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
e3861280f5
dotfiles
/
fish
/
functions
/
__completion_cache_path.fish
5 lines
87 B
Fish
Raw
Blame
History
function
__completion_cache_path
echo
"
$HOME
/.config/completion_caches/
$argv
[1]
"
end
View Git Blame
Copy Permalink