mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-28 15:25:55 +00:00
Fish: ydl options, remove WhatsApp, add Tetris
This commit is contained in:
parent
91fd8e8d19
commit
02767d4a49
4
.config/fish/functions/tetris.fish
Normal file
4
.config/fish/functions/tetris.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.Y05cFm/tetris.fish @ line 2
|
||||||
|
function tetris
|
||||||
|
melonDS $D/Games/Roms/DS/Tetris.nds
|
||||||
|
end
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# Defined in /tmp/fish.xGPqez/whatsapp.fish @ line 1
|
|
||||||
function whatsapp
|
|
||||||
epiphany web.whatsapp.com
|
|
||||||
end
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.MagfLI/ydl.fish @ line 1
|
# Defined in /tmp/fish.sml9kE/ydl.fish @ line 2
|
||||||
function ydl
|
function ydl
|
||||||
youtube-dl $argv
|
youtube-dl --continue --ignore-errors --no-overwrites $argv
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue