Вот мой .zshrc:
zstyle ':completion:*' completer _complete _correct _approximate
zstyle :compinstall filename '/home/sergey/.zshrc'
autoload -Uz compinit
compinit
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=100000
setopt appendhistory autocd
bindkey -e
bindkey ';5D' emacs-backward-word
bindkey ';5C' emacs-forward-word
export WORDCHARS=''
autoload -U promptinit
promptinit
prompt redhat
Проблема: если я хочу установить конкретную версию пакета (emerge =www-client/firefox-31.0) то zsh говорит:
zsh: www-client/firefox-31.0 not found