mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
Antigen: call python3 explicitly
This commit is contained in:
parent
82dc776da0
commit
244f77e6b7
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
alias you-get="noglob $(dirname $0)/you-get"
|
alias you-get="noglob python3 $(dirname $0)/you-get"
|
||||||
alias you-vlc="noglob $(dirname $0)/you-get --player vlc"
|
alias you-vlc="noglob python3 $(dirname $0)/you-get --player vlc"
|
||||||
|
Loading…
Reference in New Issue
Block a user