Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@@ -276,9 +276,9 @@ end
|
|||||||
|
|
||||||
if test -e /usr/bin/mpv
|
if test -e /usr/bin/mpv
|
||||||
alias uni_play='mpv --vo=tct'
|
alias uni_play='mpv --vo=tct'
|
||||||
alias asci_play='mpv --vo=caca'
|
alias ascii_play='mpv --vo=caca'
|
||||||
else
|
else
|
||||||
for cmd in uni_play asci_play
|
for cmd in uni_play ascii_play
|
||||||
function $cmd --inherit-variable cmd
|
function $cmd --inherit-variable cmd
|
||||||
echo "The command 'mpv' is not installed. Please install mpv to use this: https://github.com/mpv-player/mpv"
|
echo "The command 'mpv' is not installed. Please install mpv to use this: https://github.com/mpv-player/mpv"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user