We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82dc776 commit 244f77eCopy full SHA for 244f77e
you-get.plugin.zsh
@@ -1,3 +1,3 @@
1
#!/usr/bin/env zsh
2
-alias you-get="noglob $(dirname $0)/you-get"
3
-alias you-vlc="noglob $(dirname $0)/you-get --player vlc"
+alias you-get="noglob python3 $(dirname $0)/you-get"
+alias you-vlc="noglob python3 $(dirname $0)/you-get --player vlc"
0 commit comments