X-Git-Url: https://git.danieliu.xyz/?p=dmenu.git;a=blobdiff_plain;f=dmenu_path;fp=dmenu_path;h=0000000000000000000000000000000000000000;hp=81df5ed5a86681f13a2552eac8724a41f3f0f8c3;hb=eadf090413c530e69e8568492ebeb4b4087bd2ad;hpb=8ec1b41cacb33be39bc53fc67a4fe51d2d3ab3a0 diff --git a/dmenu_path b/dmenu_path deleted file mode 100755 index 81df5ed..0000000 --- a/dmenu_path +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -CACHE=$HOME/.dmenu_cache -IFS=: - -if ! test -f "$CACHE" || find $PATH -type d -newer "$CACHE" | grep -q .; then - lsx $PATH | sort -u > "$CACHE" -fi - -cat "$CACHE"