From 84b1689b270d2f6f8be405c2594875b14b22e924 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 5 Apr 2020 18:08:20 +0300 Subject: [PATCH] shellrc: add aliases mpvm & mpvms Resolves: #66 --- rc/bashrc | 4 ++++ rc/zshrc | 4 ++++ 2 files changed, 8 insertions(+) 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