aboutsummaryrefslogtreecommitdiff
path: root/home/shell
diff options
context:
space:
mode:
Diffstat (limited to 'home/shell')
-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";
}