From e75728f51d08e24a6c1f1d78d94c4b5c6d6ac304 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 20 Jun 2022 14:54:15 -0700 Subject: feat(home/shell): add aliases for ip2int and int2ip Change-Id: I309e378a9cd1871fc84b395a6e077757106d2628 Reviewed-on: https://cl.fcuny.net/c/world/+/463 Tested-by: CI Reviewed-by: Franck Cuny --- home/shell/aliases.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/shell/aliases.nix b/home/shell/aliases.nix index 003f253..2d1f95c 100644 --- a/home/shell/aliases.nix +++ b/home/shell/aliases.nix @@ -1,4 +1,6 @@ { ll = "ls -l --color=auto"; lt = "ls -ltrh --color=auto"; + ip2int = "ipconverter ip2int"; + int2ip = "ipconverter int2ip"; } -- cgit 1.4.1