mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-23 23:57:21 +02:00
{bash,zsh}rc: mpvm aliases, add --no-resume-playback
Most of time when I listen to music, I don't want to continue where it previously left off
This commit is contained in:
parent
4379766273
commit
cb9576d28b
@ -615,8 +615,8 @@ alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal
|
||||
alias netstat-listening-ports="netstat -plntu"
|
||||
|
||||
# mpv music & music shuffle
|
||||
alias mpvm="mpv --no-video"
|
||||
alias mpvms="mpv --no-video --shuffle"
|
||||
alias mpvm="mpv --no-resume-playback --no-video"
|
||||
alias mpvms="mpv --no-resume-playback --no-video --shuffle"
|
||||
|
||||
# Compatibility with my i3 alsactl mess
|
||||
if [ -f ~/.config/asound.state ]; then
|
||||
|
4
rc/zshrc
4
rc/zshrc
@ -602,8 +602,8 @@ alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal
|
||||
alias netstat-listening-ports="netstat -plntu"
|
||||
|
||||
# mpv music & music shuffle
|
||||
alias mpvm="mpv --no-video"
|
||||
alias mpvms="mpv --no-video --shuffle"
|
||||
alias mpvm="mpv --no-resume-playback --no-video"
|
||||
alias mpvms="mpv --no-resume-playback --no-video --shuffle"
|
||||
|
||||
# Compatibility with my i3 alsactl mess
|
||||
if [ -f ~/.config/asound.state ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user