1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-25 08:13:11 +00:00

Fish: ydl no id; gtk2 qt theme

This commit is contained in:
Phantop 2020-02-23 12:30:41 -05:00
parent a6345cf811
commit d010e270f0
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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