From b6161e1bac9a95acffbf78f376b6cb45214356b9 Mon Sep 17 00:00:00 2001 From: greg-compass Date: Tue, 27 Sep 2022 11:04:50 -0500 Subject: [PATCH] Rearrange aliases and add work ones --- home/xonsh.nix | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/home/xonsh.nix b/home/xonsh.nix index 9d9f9cd..2c8225e 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -27,23 +27,27 @@ }; aliases = { - ll = "ls -l"; - vup = "vagrant up --provision --provider libvirt"; - vos = "vagrant up --provision --provider openstack"; - vssh = "vagrant ssh"; - vhalt = "vagrant halt"; - vprov = "vagrant provision"; - vdown = "vagrant destroy"; ac = "vox activate"; + cblack = "compass workspace run src/python3/uc/tools:run_black --"; + cci = "./scripts/circleci-checks.py"; + crun = "compass workspace run"; + cylint = "./scripts/run_yaml_lint.py"; d = "vox deactivate"; devroles = "cd ~/src/ansible_collections/devroles"; + dirflake = "nix flake new -t github:nix-community/nix-direnv"; + ll = "ls -l"; molcol = "molecule -c ../../tests/molecule.yml"; pa = "cd ~/src/packaging"; - dirflake = "nix flake new -t github:nix-community/nix-direnv"; tsup = "sudo tailscale up"; tspub = "sudo tailscale up --exit-node=linode"; tshome = "sudo tailscale up --exit-node=2maccabees"; tsclear = "sudo tailscale up --exit-node=''"; + vdown = "vagrant destroy"; + vhalt = "vagrant halt"; + vos = "vagrant up --provision --provider openstack"; + vprov = "vagrant provision"; + vup = "vagrant up --provision --provider libvirt"; + vssh = "vagrant ssh"; }; configHeader = ''