dotfiles

My configuration files.
Log | Files | Refs | README

commit 016777dcf81c130e21a04286a2d353e4c1ac49bf
parent 64fa85e90174f25bfa7add152cafe368217d21c5
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Thu, 26 May 2022 09:49:31 +0200

Cleaned lh script

Diffstat:
Mbin/.local/bin/lh | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/bin/.local/bin/lh b/bin/.local/bin/lh @@ -20,14 +20,6 @@ open () { esac } -openbrowser () { - if [ $gui = true ] ; then - qutebrowser $1 > /dev/null 2>&1 & - else - w3m $1 - fi - } - qr () { [ $gui = true ] \ && qrencode -o - "$1" | imv - \