dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit d883861e569af1233fc4d29bcd8ab8c07b9b4d79
parent 28976eb024752700db95175760c68d87857937f0
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 26 Sep 2021 11:16:40 +0200

lf: allow extracting jars

Diffstat:
Mlf/lfrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lf/lfrc b/lf/lfrc @@ -124,6 +124,7 @@ cmd extract ${{ *.zip) unzip $f;; *.rar) unrar x $f;; *.7z) 7z x $f;; + *.jar) jar -xvf $f;; esac }}