mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 15:55:48 +00:00
Fish: qutebrowser quickmark functions
Done with a loop in config.fish
This commit is contained in:
parent
9454b83107
commit
7beee953f2
|
|
@ -16,3 +16,10 @@ source /usr/share/autojump/autojump.fish
|
||||||
|
|
||||||
# LOAD XRESOURCES #
|
# LOAD XRESOURCES #
|
||||||
xrdb ~/.Xresources
|
xrdb ~/.Xresources
|
||||||
|
|
||||||
|
# QUTEBROWSER QUICKMARKS #
|
||||||
|
for i in (cat ~/.config/qutebrowser/quickmarks)
|
||||||
|
function (echo $i| awk '{print $1;}') -V i
|
||||||
|
qb (echo $i| awk '{print $2;}')
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue