1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-29 13:32:06 +00:00

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

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