Added alias for mpv

This commit is contained in:
David Thurstenson 2024-06-23 16:00:49 -05:00
parent c7445da550
commit c3b3c14c58
1 changed files with 3 additions and 0 deletions

View File

@ -38,3 +38,6 @@ alias countupdates='checkupdates | tee >(wc -l)'
# Grep through updates listed by checkudpdates
alias grepupdates='checkupdates | grep'
# Start mpv in fullscreen and paused
alias mpv='mpv --fs --pause'