zshrc: Remove hack for mpv
It's no longer needed.
This commit is contained in:
parent
865241e82b
commit
dbea403aff
1 changed files with 0 additions and 3 deletions
3
zshrc
3
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue