Files
dotfiles/dotfiles/lib/functions/ns

8 lines
95 B
Bash
Executable File

#!/usr/bin/env sh
function nr {
sk --ansi -i -c 'nix-search "{}"' | get_cols 1
}
nr "$@"