diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-04 17:53:28 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-04 17:53:28 -0700 |
commit | 5da35c9ae3396002e3c8d4de8edbdf85ecf2569d (patch) | |
tree | f108d6fe7e0133130b1a1a639b36ecf703b9121d /home/shell | |
parent | ops(terraform): individual actions for init/plan/apply (diff) | |
download | world-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 '')
-rw-r--r-- | home/shell/aliases.nix | 2 |
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"; } |