1
1
Fork 0

zshrc: Remove hack for mpv

It's no longer needed.
This commit is contained in:
Jonathan Schleifer 2025-02-10 21:46:24 +00:00
parent 865241e82b
commit dbea403aff

3
zshrc
View file

@ -389,9 +389,6 @@ __has_command pkg_rolling-replace &&
__has_command url2pkg && __has_command url2pkg &&
alias url2pkg="MAKEFLAGS= 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 if __has_command gpg gpg2; then
alias gssh='SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) ssh -o IdentitiesOnly=no' 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' alias gssh-add='SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) ssh-add'