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.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index e080ccaf..3ef415c7 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -64,8 +64,11 @@ in
       db = "docker build";
       dr = "docker run";
       di = "docker image";
+      dl = "docker load";
       dj = "docker pull";
       dk = "docker push";
+      dp = "docker ps";
+      dps = "docker ps";
 
       dc = "docker-compose";
       dcb = "dc build";