mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
4 lines
122 B
Bash
4 lines
122 B
Bash
|
#!/usr/bin/env zsh
|
||
|
alias you-get="noglob $(dirname $0)/you-get"
|
||
|
alias you-vlc="noglob $(dirname $0)/you-get --player vlc"
|