This commit is contained in:
tavo-wasd 2024-08-22 00:16:28 -06:00
parent 7c5b212a9e
commit 2ee8d9c24c
2 changed files with 3 additions and 1 deletions
shell
urlview

View file

@ -40,7 +40,7 @@ export \
export \
TERM="xterm-256color" \
BROWSER="firefox" \
BROWSER="firefox-hardened" \
EDITOR="nvim" \
VISUAL="nvim" \

2
urlview/config Normal file
View file

@ -0,0 +1,2 @@
COMMAND printf "%s" | sed "s/^'//;s/'$//" | xsel -ib
EXPERT