feat(home): Add sail abbr
This commit is contained in:
parent
bf94a6237a
commit
8d3f0daa85
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ in {
|
|||
mv = "mv -iv";
|
||||
rm = "rm -rf";
|
||||
grep = "grep --color=auto";
|
||||
# FIXME
|
||||
sail = "./vendor/bin/sail";
|
||||
};
|
||||
|
||||
functions = {
|
||||
|
|
Loading…
Reference in a new issue