fish: Remove docker abbreviations

Now that I know how to use Nix and NixOS, declarative containers written
in Nix seem a lot nicer than Dockerfiles and docker-compose.yml.
This commit is contained in:
Donovan Glover 2023-05-21 11:43:41 -04:00
parent 08d3f0f811
commit a8f8286c12
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -46,13 +46,6 @@
gt = "git tag";
gts = "git tag -s";
d = "sudo docker";
dc = "sudo docker-compose";
dcu = "sudo docker-compose up";
dcd = "sudo docker-compose down";
dcp = "sudo docker-compose pull";
dcl = "sudo docker-compose logs";
y = "yarn";
ya = "yarn add";
yar = "yarn remove";