Add extra home config for cx
This commit is contained in:
committed by
greg-compass
parent
4268453fad
commit
a897caee9f
@@ -17,6 +17,8 @@
|
|||||||
".DS_Store" # Macs
|
".DS_Store" # Macs
|
||||||
"Thumbs.db" # Windows
|
"Thumbs.db" # Windows
|
||||||
".tox" # Tox temp directory
|
".tox" # Tox temp directory
|
||||||
|
".eclipse" # These next two are created by VSCodium plugins
|
||||||
|
".bazelproject"
|
||||||
];
|
];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
cgh = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/compass\" gh";
|
cgh = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/compass\" gh";
|
||||||
crun = "compass workspace run";
|
crun = "compass workspace run";
|
||||||
ctest = "compass workspace test --extra-cmd-args=\"--test_output=errors\"";
|
ctest = "compass workspace test --extra-cmd-args=\"--test_output=errors\"";
|
||||||
|
ccover = "compass workspace cover --extra-cmd-args=\"--test_output=errors\"";
|
||||||
cylint = "./scripts/run_yaml_lint.py";
|
cylint = "./scripts/run_yaml_lint.py";
|
||||||
cpip = "compass workspace run src/python3/uc/tools:run_pip_compile";
|
cpip = "compass workspace run src/python3/uc/tools:run_pip_compile";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user