about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-04 17:53:28 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-04 17:53:28 -0700
commit5da35c9ae3396002e3c8d4de8edbdf85ecf2569d (patch)
treef108d6fe7e0133130b1a1a639b36ecf703b9121d /home
parentops(terraform): individual actions for init/plan/apply (diff)
downloadworld-5da35c9ae3396002e3c8d4de8edbdf85ecf2569d.tar.gz
ref(tools/ipconverter): rewrite the tool in python
No need to do this with Go, a python script is fine.

We also don't need to set shell aliases for this: when we install the
tool, we can create symbolic links to `ip2int` and `int2ip`.
Diffstat (limited to 'home')
-rw-r--r--home/shell/aliases.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/home/shell/aliases.nix b/home/shell/aliases.nix
index f7bec8b..b3190dc 100644
--- a/home/shell/aliases.nix
+++ b/home/shell/aliases.nix
@@ -1,7 +1,5 @@
 {
   ll = "ls -l --color=auto";
   lt = "ls -ltrh --color=auto";
-  ip2int = "ipconverter ip2int";
-  int2ip = "ipconverter int2ip";
   pkgsearch = "nix search nixpkgs";
 }