From 3676be3fd44e8d425984b40f5380f46284e38f39 Mon Sep 17 00:00:00 2001 From: Wis Date: Wed, 8 Apr 2020 00:26:36 +0300 Subject: [PATCH] remove mpv alias that adds --input-ipc-server --- .config/aliasrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/aliasrc b/.config/aliasrc index e07ee7a8..7746d0fc 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -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" \