mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-24 22:26:43 +00:00
Fish: Remove qutebrowser functions
This commit is contained in:
parent
e8f4653ee1
commit
11d8a0ab7d
|
@ -17,16 +17,9 @@ 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
|
|
||||||
|
|
||||||
# MULTIMC INSTANCES #
|
# MULTIMC INSTANCES #
|
||||||
for i in (ls $D/Games/Minecraft/Game/instances/)
|
for i in $D/Games/Minecraft/Game/instances/*
|
||||||
function (basename $i | tr '[:upper:]' '[:lower:]') -V i
|
function (basename $i) -V i
|
||||||
minecraft -l (basename $i)
|
minecraft -l (basename $i)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue