summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/zsh.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index f2feda10..209140ce 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -130,6 +130,8 @@ in
       se = "sudo -e";
 
       ip = "ip --color=auto";
+      ip4 = "ip -4";
+      ip6 = "ip -6";
 
       d = "docker";
       db = "docker build";