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