dotfiles

My configuration files.
Log | Files | Refs | README

commit adf7bc171ecb66d7ea541847c13deebf8c827d57
parent 1eed6ae672cdfad5a01960c28e2829602581e91b
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sat, 25 Dec 2021 07:06:52 +0100

Use variable for opening links

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

diff --git a/bin/.local/bin/bm b/bin/.local/bin/bm @@ -44,7 +44,7 @@ delete () { open () { url="$(get_url $1 $2)" - xdg-open "$url" + "$LINK_HANDLER" "$url" } interactive () {