summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 41805a44..446c9fd4 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -64,7 +64,7 @@ in
       dp = "docker ps";
       dps = "docker ps";
 
-      dc = "docker-compose";
+      dc = "docker compose";
       dcb = "dc build";
       dcd = "dc down";
       dcj = "dc pull";