From 2d5e324d974e38d7bd6e7c3d3664a73d214e2724 Mon Sep 17 00:00:00 2001 From: odrling Date: Thu, 1 Dec 2022 21:37:50 +0100 Subject: [PATCH] [zsh] add mpvp alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index ab69923..8ef768f 100644 --- a/.zshrc +++ b/.zshrc @@ -87,6 +87,7 @@ alias ffprobe="ffprobe -hide_banner" alias fd="fd --hidden" alias ls="ls --color=auto" alias dns="dig +short" +alias mpvp="mpv_playlists" export NEOVIDE_MULTIGRID=1 alias neovide="neovide --nofork"