Added alias for mpv
This commit is contained in:
parent
c7445da550
commit
c3b3c14c58
|
@ -38,3 +38,6 @@ alias countupdates='checkupdates | tee >(wc -l)'
|
||||||
|
|
||||||
# Grep through updates listed by checkudpdates
|
# Grep through updates listed by checkudpdates
|
||||||
alias grepupdates='checkupdates | grep'
|
alias grepupdates='checkupdates | grep'
|
||||||
|
|
||||||
|
# Start mpv in fullscreen and paused
|
||||||
|
alias mpv='mpv --fs --pause'
|
||||||
|
|
Loading…
Reference in New Issue