1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-24 14:16:49 +00:00

Fish: Remove qutebrowser functions

This commit is contained in:
Phantop 2019-04-03 20:50:07 -04:00
parent e8f4653ee1
commit 11d8a0ab7d

View file

@ -17,16 +17,9 @@ 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
# MULTIMC INSTANCES #
for i in (ls $D/Games/Minecraft/Game/instances/)
function (basename $i | tr '[:upper:]' '[:lower:]') -V i
for i in $D/Games/Minecraft/Game/instances/*
function (basename $i) -V i
minecraft -l (basename $i)
end
end