Skip to content

Commit 244f77e

Browse files
committedApr 13, 2016
Antigen: call python3 explicitly
1 parent 82dc776 commit 244f77e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎you-get.plugin.zsh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env zsh
2-
alias you-get="noglob $(dirname $0)/you-get"
3-
alias you-vlc="noglob $(dirname $0)/you-get --player vlc"
2+
alias you-get="noglob python3 $(dirname $0)/you-get"
3+
alias you-vlc="noglob python3 $(dirname $0)/you-get --player vlc"

0 commit comments

Comments
 (0)