diff options
author | rafa_99 <raroma09@gmail.com> | 2021-10-28 23:04:18 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2021-10-28 23:04:18 +0100 |
commit | d9b37d3ee4f069112fbffdeb38a4484f784844bf (patch) | |
tree | a4de38d5e98c222d0747d82fc77d2d0bde393a9f /misc | |
parent | 972e2e57417a4df1d891997d5198a83b56d18d72 (diff) |
No more weird ways to extract files, 7z works on all of them
Diffstat (limited to 'misc')
-rw-r--r-- | misc/.config/misc/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/.config/misc/aliasrc b/misc/.config/misc/aliasrc index 2e1fcf5..8af4588 100644 --- a/misc/.config/misc/aliasrc +++ b/misc/.config/misc/aliasrc @@ -20,7 +20,7 @@ alias grep='grep --color=auto -i' \ trim='convert -trim' \ trans='convert -transparent -fuzz' \ synclock='doas ntpdate pt.pool.ntp.org && doas hwclock --systohc' \ - x='extract' \ + x='7z x' \ e='$EDITOR' \ g='sxiv -t *' \ format='clang-format -i -style=GNU' \ |