diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-23 06:40:58 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-23 06:44:54 -0700 |
commit | 5668b1996c0314d55bc7c9299a86aefb4423cac1 (patch) | |
tree | 65f137a8d91c9bbcd90b405eca305200ed8e2be6 /home/shell | |
parent | ref(tools/gerrit-hook): more idiomatic code (diff) | |
download | world-5668b1996c0314d55bc7c9299a86aefb4423cac1.tar.gz |
feat(home/shell): add alias to search nix packages
Change-Id: I394d4cd05ff763aed28e91d86e2905f6ad414336 Reviewed-on: https://cl.fcuny.net/c/world/+/470 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r-- | home/shell/aliases.nix | 1 |
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"; } |