diff --git a/Examples.md b/Examples.md index dc659ff..0f95a74 100644 --- a/Examples.md +++ b/Examples.md @@ -1545,12 +1545,9 @@ fzf-conda-activate () { --preview-window="right:30%" \ --preview-label=" conda tree leaves " \ --preview=$' - line="{}"; - line_arr=(${line:1:-1}); - env_prefix="${line_arr[2]}"; - conda tree -p "$env_prefix" leaves | - perl -F\'[^\\w-_]\' -lae \'print for grep /./, @F;\' | - sort + conda tree -p {3} leaves | + perl -F\'[^\\w-_]\' -lae \'print for grep /./, @F;\' | + sort ' ) )