commit 042c64de4047a2777423d263164cc4caa9364228 parent 6ef8606559719a6b85d84f22e928a0fd4859513a Author: Byron Torres <b@torresjrjr.com> Date: Sun, 1 Aug 2021 01:42:23 +0100 lf*: Use /usr/bin/printf Diffstat:
M | bin/lf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/lf b/bin/lf @@ -2,7 +2,7 @@ list() { ( - /bin/printf '\x1b[01;34;4m%s\x1b[0m\n' "$(pwd)" + /usr/bin/printf '\x1b[01;34;4m%s\x1b[0m\n' "$(pwd)" ls -FAXC -w 76 --color --group-directories-first "$@" \ | sed ' /:$/,$ s/^.*[^:]$/ \0/