diff --git a/rc/bashrc b/rc/bashrc index 900dcc0a..013c00ab 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -506,6 +506,10 @@ alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal # ports that are being listened to alias netstat-listening-ports="netstat -plnt" +# mpv music & music shuffle +alias mpvm="mpv --no-video" +alias mpvms="mpv --no-video --shuffle" + # Allow custom aliases to be put in .aliases or .bash_aliases . # .aliases diff --git a/rc/zshrc b/rc/zshrc index 2a922bae..6c2644fc 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -485,6 +485,10 @@ alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal # ports that are being listened to alias netstat-listening-ports="netstat -plnt" +# mpv music & music shuffle +alias mpvm="mpv --no-video" +alias mpvms="mpv --no-video --shuffle" + # Allow custom aliases to be put in .aliases or .zsh_aliases . # .aliases