mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-09 06:57:39 +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"
|
alias netstat-listening-ports="netstat -plntu"
|
||||||
|
|
||||||
# mpv music & music shuffle
|
# mpv music & music shuffle
|
||||||
alias mpvm="mpv --no-video"
|
alias mpvm="mpv --no-resume-playback --no-video"
|
||||||
alias mpvms="mpv --no-video --shuffle"
|
alias mpvms="mpv --no-resume-playback --no-video --shuffle"
|
||||||
|
|
||||||
# Compatibility with my i3 alsactl mess
|
# Compatibility with my i3 alsactl mess
|
||||||
if [ -f ~/.config/asound.state ]; then
|
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"
|
alias netstat-listening-ports="netstat -plntu"
|
||||||
|
|
||||||
# mpv music & music shuffle
|
# mpv music & music shuffle
|
||||||
alias mpvm="mpv --no-video"
|
alias mpvm="mpv --no-resume-playback --no-video"
|
||||||
alias mpvms="mpv --no-video --shuffle"
|
alias mpvms="mpv --no-resume-playback --no-video --shuffle"
|
||||||
|
|
||||||
# Compatibility with my i3 alsactl mess
|
# Compatibility with my i3 alsactl mess
|
||||||
if [ -f ~/.config/asound.state ]; then
|
if [ -f ~/.config/asound.state ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user