[zsh] zsh mime handling is too slow
This commit is contained in:
parent
fd1234b5eb
commit
e5eba6d266
@ -74,10 +74,11 @@ export GREP_COLOR='1;31'
|
||||
|
||||
|
||||
|
||||
# support des type mimes -> ./toto.pdf
|
||||
autoload -U zsh-mime-setup
|
||||
autoload -U zsh-mime-handler
|
||||
zsh-mime-setup
|
||||
# mimes type support e.g: ./toto.pdf
|
||||
# /!\ zsh-mime-setup is slow !
|
||||
#autoload -U zsh-mime-setup
|
||||
#autoload -U zsh-mime-handler
|
||||
#zsh-mime-setup
|
||||
|
||||
if [ -f "${HOME}/.gpg-agent-info" ]; then
|
||||
. "${HOME}/.gpg-agent-info"
|
||||
|
Loading…
Reference in New Issue
Block a user