Какой у вас zshrc?
Навеяно обсуждением в комментариях к посту в жуйке #841438. Под катом мой пример .zshrc. А какой он у вас?
Кстати, @alv в комментариях поделился ссылкой на свой конфиг.
# The following lines were added by compinstall
#alsactl restore
zstyle ‘:completion:*’ completer _expand _complete _ignored _correct _approximate
zstyle ‘:completion:*’ group-name ”
zstyle ‘:completion:*’ list-colors ”
zstyle ‘:completion:*’ list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
zstyle ‘:completion:*’ matcher-list ” ‘m:{a-z}={A-Z}’ ‘r:|[._-]=** r:|=**’ ‘l:|=* r:|=*’
zstyle ‘:completion:*’ menu select=1
zstyle ‘:completion:*’ select-prompt %SScrolling active: current selection at %p%s
zstyle ‘:completion:*’ use-compctl true
zstyle ‘:completion:*’ verbose true
zstyle :compinstall filename ‘/home/stanis/.zshrc’
autoload -Uz compinit
compinit
# End of lines added by compinstall
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=10000
setopt appendhistory notify
setopt HIST_IGNORE_ALL_DUPS
setopt HIST_IGNORE_SPACE
setopt HIST_REDUCE_BLANKS
unsetopt extendedglob
setopt nonomatch
unsetopt beep nomatch
bindkey -e
# End of lines configured by zsh-newuser-install
autoload -U promptinit && promptinit
PROMPT=$’%{\e[0;32m%}[%{\e[0;37m%}%n@%m%{\e[0m%} %{\e[1;34m%}%2~%{\e[0;32m%}] %{\e[1;31m%}%#%{\e[0m%} '
RPROMPT=$'%{\e[0;32m%}[%{\e[0;37m%}%*%{\e[0;32m%}]%{\e[0m%}’
PATH=$PATH:/var/lib/gems/1.9.1/bin/
fortune
In: главная · Tagged with: linux, working environment

on 28/12/2010 at 5:25 PM
· Permalink
Как давно ты на zsh живёшь?
on 28/12/2010 at 5:51 PM
· Permalink
Года три-четыре.