dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 213b71573f9f56330764c04ca56b7a5ef1afead2
parent c9f384c248903274fdd29be0b3ac852a75a393fe
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed, 18 May 2022 14:02:18 -0500

Fixed newline in biburl

Diffstat:
Mlinux/.local/bin/biburl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/.local/bin/biburl b/linux/.local/bin/biburl @@ -1,3 +1,3 @@ #!/bin/sh -$HOME/.local/bin/bib/biburl.pl $BIB | dmenu -i -l 20 | cut -d" " -f1 | xclip -selection clipboard +$HOME/.local/bin/bib/biburl.pl $BIB | dmenu -i -l 20 | cut -d" " -f1 | tr -d "\n" | xclip -selection clipboard