Add more utility aliases
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
st = "status";
|
st = "status";
|
||||||
ci = "commit";
|
ci = "commit";
|
||||||
co = "checkout";
|
co = "checkout";
|
||||||
|
ups = "push -u origin HEAD";
|
||||||
};
|
};
|
||||||
ignores = [
|
ignores = [
|
||||||
".*.swp" ".*.swo" ".*.swn" # vim
|
".*.swp" ".*.swo" ".*.swn" # vim
|
||||||
|
|||||||
@@ -29,8 +29,10 @@
|
|||||||
aliases = {
|
aliases = {
|
||||||
ac = "vox activate";
|
ac = "vox activate";
|
||||||
cblack = "compass workspace run src/python3/uc/tools:run_black --";
|
cblack = "compass workspace run src/python3/uc/tools:run_black --";
|
||||||
|
cbuild = "compass workspace build";
|
||||||
cci = "./scripts/circleci-checks.py";
|
cci = "./scripts/circleci-checks.py";
|
||||||
crun = "compass workspace run";
|
crun = "compass workspace run";
|
||||||
|
ctest = "compass workspace test";
|
||||||
cylint = "./scripts/run_yaml_lint.py";
|
cylint = "./scripts/run_yaml_lint.py";
|
||||||
d = "vox deactivate";
|
d = "vox deactivate";
|
||||||
devroles = "cd ~/src/ansible_collections/devroles";
|
devroles = "cd ~/src/ansible_collections/devroles";
|
||||||
|
|||||||
Reference in New Issue
Block a user