diff --git a/home/git.nix b/home/git.nix index 628053f..dce6b54 100644 --- a/home/git.nix +++ b/home/git.nix @@ -9,6 +9,7 @@ st = "status"; ci = "commit"; co = "checkout"; + ups = "push -u origin HEAD"; }; ignores = [ ".*.swp" ".*.swo" ".*.swn" # vim diff --git a/home/xonsh.nix b/home/xonsh.nix index de98877..794f5fa 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -29,8 +29,10 @@ aliases = { ac = "vox activate"; cblack = "compass workspace run src/python3/uc/tools:run_black --"; + cbuild = "compass workspace build"; cci = "./scripts/circleci-checks.py"; crun = "compass workspace run"; + ctest = "compass workspace test"; cylint = "./scripts/run_yaml_lint.py"; d = "vox deactivate"; devroles = "cd ~/src/ansible_collections/devroles";