From 4e1ed7d0d81ffb04e2866d3a00e81d553b92a06c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 1 Sep 2022 18:28:56 -0700 Subject: [PATCH] check for Actually Portable `lr.com` as a fallback --- home/shrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/shrc b/home/shrc index 2a285f6..4cf70fc 100644 --- a/home/shrc +++ b/home/shrc @@ -148,6 +148,8 @@ alias earm='ea delete' ### @- invoke [`ea delete`.](#ea) ### @ ll - list files verbosely, fancily, ordered, but not recursively. if has lr; then alias ll='ify less lr -1lshGG -o tev' +elif has lr.com; then # https://eaguru.guru/t/lr.com + alias ll='ify less lr.com -1lshGG -o tuev' else alias ll='ify less ls -lAX --group-directories-first --color=force' fi