feat(home): Add sail abbr

This commit is contained in:
punkfairie 2025-02-18 17:15:42 -08:00
parent bf94a6237a
commit 8d3f0daa85
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -69,6 +69,8 @@ in {
mv = "mv -iv"; mv = "mv -iv";
rm = "rm -rf"; rm = "rm -rf";
grep = "grep --color=auto"; grep = "grep --color=auto";
# FIXME
sail = "./vendor/bin/sail";
}; };
functions = { functions = {