.sh

[sh] Multi-shell dotfiles manager
git clone https://git.torresjrjr.com/.sh.git
Log | Files | Refs | README | LICENSE

commit 4fa5ed4c2dd8cd9c47add37725d99c74732867bc
parent 11af0677ed4ba0cf520b125349160351514fc107
Author: Byron Torres <b@torresjrjr.com>
Date:   Mon,  3 Apr 2023 00:36:02 +0100

lf*: add -e flag to more for Arch

Diffstat:
Mbin/lf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/lf b/bin/lf @@ -13,7 +13,7 @@ list() { ' ) \ | sed -E "s|\.([^. ]*)( *)|.$esc[1m\1$esc[0m\2|g" \ - | more -f + | more -ef } [ "$#" -eq 0 ] && {