1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-30 14:10:15 +00:00
dotfiles/.config/fish/functions/qb.fish

6 lines
156 B
Fish
Raw Normal View History

2020-08-04 02:41:35 +00:00
# Defined in /tmp/fish.ijOPnW/qb.fish @ line 2
function qb --wraps=qutebrowser
2019-05-05 00:10:46 +00:00
qutebrowser $argv --target auto & disown
2020-08-04 02:41:35 +00:00
rm -r VideoDecodeStats
2018-11-15 01:01:37 +00:00
end