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'