computers/cain: add xquickdir command

master
an 2019-10-26 03:20:54 -04:00
parent 82ed563e92
commit 23c2dd5a9c
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# vim: syntax=fish:
function xquickdir -d "Quickly sets up an environment for building packages"
$_agw_dir_src/packages/void/greyserv/copy
cd (xdistdir)
end