summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index ab9bafed..46d3f37b 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -57,6 +57,7 @@ in
       dj = "docker pull";
       dk = "docker push";
 
+      dc = "docker-compose";
       dcb = "dc build";
       dcd = "dc down";
       dcj = "dc pull";