diff options
| author | ache <ache@ache.one> | 2026-03-04 15:59:29 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-03-04 15:59:29 +0100 |
| commit | 2a4fe57b9d3257f3f8d32d90dc4147615df33702 (patch) | |
| tree | 89cd27a49abae237a04afa3faa4f5997a4e536e7 /functions/ydl.fish | |
| parent | feat: Create a color theme for fish (diff) | |
feat: Use abbr instead of alias
Diffstat (limited to 'functions/ydl.fish')
| -rw-r--r-- | functions/ydl.fish | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/functions/ydl.fish b/functions/ydl.fish index e2acb11..77957c5 100644 --- a/functions/ydl.fish +++ b/functions/ydl.fish @@ -1 +1,3 @@ -alias ydl='yt-dlp -i --fragment-retries 100 --sleep-requests 0.5 --abort-on-unavailable-fragment' # Youtube-dl alias +alias yt_dlp='yt-dlp -i --fragment-retries 20 --sleep-requests 0.5 --abort-on-unavailable-fragment' # Youtube-dl alias +abbr --add ydl_ 'yt-dlp -i --fragment-retries 20 --sleep-requests 0.5 --abort-on-unavailable-fragment' # Youtube-dl alias +abbr --add ydl yt_dlp |