Rearrange aliases and add work ones

This commit is contained in:
greg-compass
2022-09-27 11:04:50 -05:00
parent cd92bbf313
commit b6161e1bac
+12 -8
View File
@@ -27,23 +27,27 @@
}; };
aliases = { 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"; 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"; d = "vox deactivate";
devroles = "cd ~/src/ansible_collections/devroles"; 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"; molcol = "molecule -c ../../tests/molecule.yml";
pa = "cd ~/src/packaging"; pa = "cd ~/src/packaging";
dirflake = "nix flake new -t github:nix-community/nix-direnv";
tsup = "sudo tailscale up"; tsup = "sudo tailscale up";
tspub = "sudo tailscale up --exit-node=linode"; tspub = "sudo tailscale up --exit-node=linode";
tshome = "sudo tailscale up --exit-node=2maccabees"; tshome = "sudo tailscale up --exit-node=2maccabees";
tsclear = "sudo tailscale up --exit-node=''"; 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 = '' configHeader = ''