From a1e7e0bc3e2cf040d24580ecfe3f73899b358aa1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 20 Aug 2023 06:52:48 +0200 Subject: fish: port functions and more aliases --- user/settings/shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user/settings/shell.nix') 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"; -- cgit 1.4.1