From 12be2472a86c4ef496540e66d2f1861ceb4ecf0d Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 25 Mar 2024 02:49:37 -0700 Subject: [PATCH] fix "syntax" error when `ll` is already aliased by the OS --- home/shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shrc b/home/shrc index bf364dc..04ef6ed 100644 --- a/home/shrc +++ b/home/shrc @@ -89,6 +89,7 @@ pl() ### @- print each argument on its own line. { printf '%s\n' "$@"; } ### @ ll - list files verbosely, fancily, ordered, but not recursively. +alias ll=; unalias ll # unalias without spitting an error if has lr; then ll() { lr -1lshGG -o tev "$@" | less; } elif has lr.com; then # https://eaguru.guru/t/lr.com