A trivial #RakuLang simplification.
I'm never going to remember `zef install --deps-only .` because literally every other package manage has something like `foo install` for installing the dependencies of the current module.
So, i've added this #FishShell abbreviation
abbr -a zdeps "zef install --deps-only ."
maybe i'll remember zdeps
I'd much prefer it if #zef simply said "oh hey, i'm in teh same directory as a META6.json file? I'll install the dependencies" when i run zef install