diff options
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/shell.nix | 2 |
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"; |