Fish: qutebrowser quickmark functions

Done with a loop in config.fish
This commit is contained in:
Phantop 2019-03-02 11:57:43 -05:00
parent 9454b83107
commit 7beee953f2
1 changed files with 7 additions and 0 deletions

View File

@ -16,3 +16,10 @@ source /usr/share/autojump/autojump.fish
# LOAD 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