From dbea403affb64220b7087ddfdcda8fa6ce6959a7 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Mon, 10 Feb 2025 21:46:24 +0000 Subject: [PATCH] zshrc: Remove hack for mpv It's no longer needed. --- zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshrc b/zshrc index d05da37..93552ce 100644 --- a/zshrc +++ b/zshrc @@ -389,9 +389,6 @@ __has_command pkg_rolling-replace && __has_command url2pkg && alias url2pkg="MAKEFLAGS= url2pkg" -# mpv does not like locales that use , as decimal point. -__has_command mpv && alias mpv="LC_ALL=C mpv" - if __has_command gpg gpg2; then alias gssh='SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) ssh -o IdentitiesOnly=no' alias gssh-add='SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) ssh-add'