On 07 janv. 2016 15:50, Patrice Karatchentzeff <patrice.karatchentzeff@???> wrote:
> Bon, ça juste marche pas chez moi et même avec un utilisateur neuf
> avec le zshrc par défaut...
>
> Qu'as-tu comme option de complètement dans ton zshrc ?
Au passage je suis en Debian unstable i386.
,----
| $ cat .zshrc
| fpath=(~/.zsh/func $fpath)
|
| eval $(lesspipe)
| eval `dircolors ~/.dircolors`
|
| autoload -U zutil
| autoload -U complist
|
| umask 002
|
| autoload -Uz compinit
| compinit
|
| HISTFILE=~/.histfile
| HISTSIZE=10000
| SAVEHIST=10000
| setopt hist_ignore_all_dups
| setopt hist_ignore_space
|
| setopt autocd
| bindkey -e
|
| for file in $HOME/.zsh/rc/*; do
| source $file
| done
`----
Christian