Skip to content
Snippets Groups Projects
Commit 9a4c2b6d authored by Jens Nolte's avatar Jens Nolte
Browse files

Extend fpath with completion before calling compinit

parent 4da29708
No related branches found
No related tags found
No related merge requests found
......@@ -62,12 +62,13 @@ in
export LESS='-g -i -M -R -S -w -z-4'
export LOCAL_ZSH_COMPLETION_PATH=~/.local/zsh-completions
fpath=($LOCAL_ZSH_COMPLETION_PATH $fpath)
'';
# FIXME: set the less input preprocessor
#export LESSOPEN="| ${pkgs.lesspipe}/bin/lesspipe.sh %s 2>&-"
programs.zsh.interactiveShellInit = ''
fpath=($LOCAL_ZSH_COMPLETION_PATH $fpath)
zstyle ':completion:*' auto-description '%d'
zstyle ':completion:*' completer _expand _complete _ignored
zstyle ':completion:*' format '%d'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment