[bash] Add nix package search shortcut

This commit is contained in:
Sebastian Schulze 2023-11-10 20:01:09 +01:00
parent 49dbdbf3e8
commit 86a00551c3
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 3 additions and 0 deletions

View File

@ -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'