dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 5866e6d20c21bc575eeb32c971ebe1320ceca771
parent 3572cae0176b3a4dfe203f5a34e6258e8a90f36f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 26 Sep 2019 10:33:53 +0200

Update path to bookmarks

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

diff --git a/.local/bin/ducksearch b/.local/bin/ducksearch @@ -6,7 +6,7 @@ # Anything else, it search it. browser=${BROWSER:-firefox} -url="$(grep 'href="htt' "$HOME"/code/adamsgaard.dk/bookmark.html | \ +url="$(grep 'href="htt' "$HOME"/code/adamsgaard.dk/output/bookmark.html | \ sed 's/<\/.*>//g' | \ sed 's/.*<a href="//;s/">/ /;s/<\/a>//' ; cat ~/doc/bookmark.txt)"