mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-25 00:03:29 +00:00
Fish: ydl no id; gtk2 qt theme
This commit is contained in:
parent
a6345cf811
commit
d010e270f0
|
@ -6,3 +6,5 @@ set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
|||
set -gx EDITOR nvim
|
||||
set -gx PAGER "nvim -c 'set ft=man' -"
|
||||
set -U Z_CMD "j"
|
||||
|
||||
set -x QT_QPA_PLATFORMTHEME gtk2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Defined in /tmp/fish.B18EzR/ydl.fish @ line 2
|
||||
# Defined in /tmp/fish.Cfc1Xs/ydl.fish @ line 2
|
||||
function ydl
|
||||
youtube-dl --continue --ignore-errors --no-overwrites --write-sub --embed-subs $argv
|
||||
youtube-dl --continue --ignore-errors --no-overwrites --write-sub --embed-subs -o '%(title)s.%(ext)s' $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue