Add extra home config for cx

This commit is contained in:
Greg Hellings
2023-08-29 13:26:28 -05:00
committed by greg-compass
parent 4268453fad
commit a897caee9f
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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";
+1
View File
@@ -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";