1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-27 06:35:43 +00:00

Fish: ydl options, remove WhatsApp, add Tetris

This commit is contained in:
Phantop 2019-01-21 18:43:14 -05:00
parent 91fd8e8d19
commit 02767d4a49
3 changed files with 6 additions and 6 deletions

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.Y05cFm/tetris.fish @ line 2
function tetris
melonDS $D/Games/Roms/DS/Tetris.nds
end

View file

@ -1,4 +0,0 @@
# Defined in /tmp/fish.xGPqez/whatsapp.fish @ line 1
function whatsapp
epiphany web.whatsapp.com
end

View file

@ -1,4 +1,4 @@
# Defined in /tmp/fish.MagfLI/ydl.fish @ line 1
# Defined in /tmp/fish.sml9kE/ydl.fish @ line 2
function ydl
youtube-dl $argv
youtube-dl --continue --ignore-errors --no-overwrites $argv
end