blob: 29fd0e6b471a9ba7851e01f7e3acd39f7ec3a82a (
plain)
1
2
3
|
function dots --wraps='git --git-dir=/home/zt/.dots/ --work-tree=/home/zt' --description 'alias dots git --git-dir=/home/zt/.dots/ --work-tree=/home/zt'
git --git-dir=/home/zt/.dots/ --work-tree=/home/zt $argv;
end
|