diff options
Diffstat (limited to 'scripts/dmenu-path')
| -rwxr-xr-x | scripts/dmenu-path | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/dmenu-path b/scripts/dmenu-path deleted file mode 100755 index 9c8122a..0000000 --- a/scripts/dmenu-path +++ /dev/null @@ -1,3 +0,0 @@ -#! /usr/bin/env sh -# https://github.com/ema/dotfiles/blob/fb7f5cab530daba74edefb9cecb401262db063a9/bin/dmenu_path -printf $PATH -print0 | tr ':' '\0' | uniq -z | xargs -0 ls -Llu --time-style=+%s | awk '/^(-|l)/ { printf $6" "$7"\n" }' | sort -rn | cut -d' ' -f 2 |