X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dmenu_path;h=4008f4ce96f83cc5f4b1feeeaa5b2cb419f75ab4;hb=6b5b580affe4f1f5315afd375c86a87d44799778;hp=3070eb74944010eaa65588d58e69cc894635f2a8;hpb=5f436fdcb733cf9c669a0c94ad95878163f04b9a;p=dmenu.git diff --git a/dmenu_path b/dmenu_path index 3070eb7..4008f4c 100755 --- a/dmenu_path +++ b/dmenu_path @@ -1,2 +1,2 @@ #!/bin/sh -/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | /usr/bin/sort -u +/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort -u