From 2ee8d9c24c981149bf93fecf458f0928c4e03464 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 22 Aug 2024 00:16:28 -0600 Subject: [PATCH] urlview --- shell/env | 2 +- urlview/config | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 urlview/config diff --git a/shell/env b/shell/env index f6ba1e0..ededa95 100644 --- a/shell/env +++ b/shell/env @@ -40,7 +40,7 @@ export \ export \ TERM="xterm-256color" \ - BROWSER="firefox" \ + BROWSER="firefox-hardened" \ EDITOR="nvim" \ VISUAL="nvim" \ diff --git a/urlview/config b/urlview/config new file mode 100644 index 0000000..5a0ff64 --- /dev/null +++ b/urlview/config @@ -0,0 +1,2 @@ +COMMAND printf "%s" | sed "s/^'//;s/'$//" | xsel -ib +EXPERT