From f9f1ce2af8546c0825192a8c89d596c200d7fe2d Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:54:51 +0900 Subject: modified lf/lfrc, modified x11/xprofile, modified zsh/scripts.zsh, modified bin/dmenuconnections, created bin/extract --- ar/.config/lf/lfrc | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'ar/.config/lf/lfrc') diff --git a/ar/.config/lf/lfrc b/ar/.config/lf/lfrc index 2015704..6899204 100644 --- a/ar/.config/lf/lfrc +++ b/ar/.config/lf/lfrc @@ -194,13 +194,17 @@ cmd extract ${{ *.tar.bz|*.tar.bz2|*.tbz|*.tbz2) tar xjf $fx;; *.tar.gz|*.tgz) tar xzf $fx ;; *.tar.xz|*.txz) tar xf $fx ;; - *.bz2) bunzip2 $fx ;; - *.rar) unrar e $fx ;; - *.gz) gunzip $fx ;; - *.tar) tar xf $fx ;; - *.zip) unzip $fx ;; - *.Z) uncompress $fx ;; - *.7z) 7z x $fx ;; + *.bz2) bunzip2 $fx ;; + *.lzma) unlzma $fx ;; + *.rar) unrar e $fx ;; + *.gz) gunzip $fx ;; + *.tar) tar xf $fx ;; + *.xz) unxz $fx ;; + *.zip|*.jar|*.war) unzip $fx ;; + *.Z) uncompress $fx ;; + *.7z) 7z x $fx ;; + *.exe) cabextract $fx ;; + *.ace) unace x $fx ;; esac } }} -- cgit v1.2.3