remove mpv alias that adds --input-ipc-server

This commit is contained in:
Wis 2020-04-08 00:26:36 +03:00
parent 54cd054eb3
commit 3676be3fd4

View File

@ -36,9 +36,6 @@ alias \
xr="sudo xbps-remove -R" \
xq="xbps-query"
# This alias is important. It enables the `pauseallmpv` command.
alias mpv="mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)"
# Some other stuff
alias \
magit="nvim -c MagitOnly" \