From 86a00551c3f9d190c2355f31752a27e06e70ff22 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 10 Nov 2023 20:01:09 +0100 Subject: [PATCH] [bash] Add nix package search shortcut --- dot_config/bash/shortcuts.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_config/bash/shortcuts.sh b/dot_config/bash/shortcuts.sh index 5094584..6e9799a 100644 --- a/dot_config/bash/shortcuts.sh +++ b/dot_config/bash/shortcuts.sh @@ -26,6 +26,9 @@ bind '"\egoy" "commandline -i -- \"-o yaml\""' bind '"\egba" "commandline -i \"| bat -l yaml\""' bind '"\egoba" "commandline -i -- \"-o yaml | bat -l yaml\""' +# Nix +bind '"\egnsp" "nix search nixpkgs "' + # FZF SSH bind '"\es" fzf-ssh'