about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/shell/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/shell/aliases.nix b/home/shell/aliases.nix
index 2d1f95c..f7bec8b 100644
--- a/home/shell/aliases.nix
+++ b/home/shell/aliases.nix
@@ -3,4 +3,5 @@
   lt = "ls -ltrh --color=auto";
   ip2int = "ipconverter ip2int";
   int2ip = "ipconverter int2ip";
+  pkgsearch = "nix search nixpkgs";
 }