From 372714d313a77c4fa709090568ed6546d10b8b35 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 15 Apr 2021 01:24:23 -0400 Subject: .local/bin/,: Print path last with tree --- .local/bin/, | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.local/bin/, b/.local/bin/, index c9e6545..e1ed37d 100755 --- a/.local/bin/, +++ b/.local/bin/, @@ -30,4 +30,11 @@ attributes=$($nixLocate | while read -r attribute; do done) attribute=$(printf '%s' "$attributes" | fzf) -nix-shell --packages "$attribute" --command 'printf "$buildInputs\n"; ls $buildInputs/bin; return'; +nix-shell --packages "$attribute" --command \ +' + printf "\n"; + ls $buildInputs/bin; + printf "\n"; + tree -L 1 $buildInputs; + return +'; -- cgit v1.2.3