Files
dotfiles/dotfiles/lib/functions/ns
2024-10-17 20:31:15 -06:00

8 lines
95 B
Bash
Executable File

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