mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 11:51:13 +01:00
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:
parent
08d3f0f811
commit
a8f8286c12
@ -46,13 +46,6 @@
|
|||||||
gt = "git tag";
|
gt = "git tag";
|
||||||
gts = "git tag -s";
|
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";
|
y = "yarn";
|
||||||
ya = "yarn add";
|
ya = "yarn add";
|
||||||
yar = "yarn remove";
|
yar = "yarn remove";
|
||||||
|
Loading…
Reference in New Issue
Block a user