Antigen: call python3 explicitly

This commit is contained in:
Mort Yao 2016-04-13 17:33:34 +02:00
parent 82dc776da0
commit 244f77e6b7
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

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